Skip to content

Commit

Permalink
version bump v2.6.50
Browse files Browse the repository at this point in the history
  • Loading branch information
grossir committed Jan 10, 2025
1 parent 982fe38 commit b86f434
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,20 @@ Releases are also tagged in git, if that's helpful.

## Current

**2.6.50 - 2024-01-10**

- Fixes:
- add tests to ensure that `extract_from_text` does not fail
when it does not find what it looks for; and that it always
returns a dict
- updated `pasuperct`, `bia`, `bap1`, `nm` and `sd` `extract_from_text` methods
- refactored `pacer.email._parse_bankruptcy_short_description`
- added tests for new courts `flsb`, `nceb`
- added tests for multi docket NEFs

- Features
- `pacer.email._parse_bankruptcy_short_description` now supports Multi Docket NEFs

**2.6.49 - 2024-01-08**

- 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.49"
VERSION = "2.6.50"
AUTHOR = "Free Law Project"
EMAIL = "[email protected]"
HERE = os.path.abspath(os.path.dirname(__file__))
Expand Down

0 comments on commit b86f434

Please sign in to comment.