diff --git a/CHANGES.md b/CHANGES.md index 5889284..e4d3ea9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -16,17 +16,27 @@ Fixes: ## Current -**2.5.4 - 2024-01-10** +**2.5.5 - 2024-01-10** Fixes: - - 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. + - Update dependencies ## Past +## Current + +**2.5.4 - 2024-01-10** + +Fixes: + - 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. + **2.5.2 - 2023-05-23** Fixes: diff --git a/pyproject.toml b/pyproject.toml index fc1a9b5..4102aa1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.poetry] -version = "2.5.4" +version = "2.5.5" authors = ["Free Law Project "] classifiers = [ "Development Status :: 5 - Production/Stable",