Skip to content

Commit

Permalink
Merge pull request #1330 from freelawproject/version-bump-v2.6.57
Browse files Browse the repository at this point in the history
version bump v2.6.57
  • Loading branch information
grossir authored Feb 25, 2025
2 parents 3dc4690 + 576fcd6 commit d5e1d86
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
16 changes: 9 additions & 7 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"
HERE = os.path.abspath(os.path.dirname(__file__))
Expand Down

0 comments on commit d5e1d86

Please sign in to comment.