Skip to content

Commit

Permalink
version bump v2.5.57
Browse files Browse the repository at this point in the history
  • Loading branch information
ERosendo committed Nov 9, 2023
1 parent 0409c16 commit 7debc4b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,21 @@ Releases are also tagged in git, if that's helpful.

## Current

**2.5.57 - 2023-11-09**

Features:

- Add support for parsing ACMS Docket reports.

Changes:

- Abstract out date regexes into a new class attribute named DATE_REGEX.
- Update deprecated key in setup.cfg file.
- Refactor the message in the SlownessException to limit the precision to the right of the decimal point to three digits.
- Refactor the regex pattern in the scraper for Colorado Appeals Court

## Past

**2.5.56 - 2023-10-09**

Features:
Expand All @@ -26,8 +41,6 @@ Changes:

- Fix Mass/MassAppCt

## Past

**2.5.54 - 2023-10-06**

Features:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from setuptools import find_packages, setup
from setuptools.command.install import install

VERSION = "2.5.56"
VERSION = "2.5.57"
AUTHOR = "Free Law Project"
EMAIL = "[email protected]"
HERE = os.path.abspath(os.path.dirname(__file__))
Expand Down

0 comments on commit 7debc4b

Please sign in to comment.