Skip to content

Commit

Permalink
version bump 2.6.19
Browse files Browse the repository at this point in the history
  • Loading branch information
grossir committed Aug 26, 2024
1 parent dc0a52b commit 3ee0161
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@ Releases are also tagged in git, if that's helpful.

## Current

**2.6.19 - 2024-08-26**

Fixes:
- `nh` renamed to `nh_p` and working by using special headers

Features:
- New scraper: `nh_u`
- Handle new bankruptcy attachment page format
- Make docket history report parser more robust

## Past

**2.6.18 - 2024-08-22**

Features:
Expand All @@ -25,8 +37,6 @@ Fixes:
- Improvements to bankruptcy docket parsing
- Added `njd` regression tests files

## Past

**2.6.17 - 2024-08-19**

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

0 comments on commit 3ee0161

Please sign in to comment.