Skip to content

Commit

Permalink
version bump v2.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
flooie committed Jan 10, 2024
1 parent 3e22d21 commit dd9472c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
15 changes: 11 additions & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,30 @@ Features:
- None

Changes:
- As noted in 2.3.3 (2021-03-23), the old `NonopinionCitation` class was renamed `UnknownCitation` to better reflect its purpose. Support for the old class name has now been completely deprecated. This change is purely semantic -- there is no change in how these citations are handled.
- None

Fixes:
- None



## Current

**2.5.2 - 2023-05-23**
**2.5.4 - 2024-01-10**

Fixes:
- Update dependencies and add Python 3.11 support.
- Update dependencies for reporters-db

Changes:
- As noted in 2.3.3 (2021-03-23), the old `NonopinionCitation` class was renamed `UnknownCitation` to better reflect its purpose. Support for the old class name has now been completely deprecated. This change is purely semantic -- there is no change in how these citations are handled.


## Past

**2.5.2 - 2023-05-23**

Fixes:
- Update dependencies and add Python 3.11 support.

**2.5.1 - 2023-03-09**

Fixes:
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.poetry]
version = "2.5.2"
version = "2.5.4"
authors = ["Free Law Project <[email protected]>"]
classifiers = [
"Development Status :: 5 - Production/Stable",
Expand Down Expand Up @@ -30,7 +30,7 @@ include = ["eyecite/py.typed"]

[tool.poetry.dependencies]
python = "^3.8.1"
reporters-db = "3.2.36"
reporters-db = "^3.2.38"
lxml = "^4.6.3"
pyahocorasick = ">= 1.2"
fast-diff-match-patch = "^2.0.0"
Expand Down

0 comments on commit dd9472c

Please sign in to comment.