diff --git a/CHANGES.md b/CHANGES.md index 4944450d3..18cd72ff4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -12,17 +12,21 @@ Releases are also tagged in git, if that's helpful. ## Coming up -- Add workflow to check for new entries in CHANGES.md file + +## Current + +**2.6.57 - 2024-02-25** - Fixes: - fix cafc oral argument scraper PR (#1325)[https://github.com/freelawproject/juriscraper/pull/1325] - ignore future date sanity check when date filed is approximate #1321 - - new exception InvalidDocumentError to be raised when an error page is detected - - update mont parsing; and raise InvalidDocumentError - + - new exception InvalidDocumentError to be raised when an error page is detected #1329 + - update mont parsing; and raise InvalidDocumentError #1329 +- Features + - Add workflow to check for new entries in CHANGES.md file -## Current +## Past **2.6.56 - 2024-02-19** @@ -34,8 +38,6 @@ Releases are also tagged in git, if that's helpful. - Add citation extraction and author for MT -## Past - **2.6.55 - 2024-02-10** - Fixes: diff --git a/setup.py b/setup.py index f9f313ab5..aa76d7521 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import find_packages, setup from setuptools.command.install import install -VERSION = "2.6.56" +VERSION = "2.6.57" AUTHOR = "Free Law Project" EMAIL = "info@free.law" HERE = os.path.abspath(os.path.dirname(__file__))