Skip to content

Commit

Permalink
Merge pull request #1269 from freelawproject/bump-juriscraper-2-6-46
Browse files Browse the repository at this point in the history
version bump v2.6.46
  • Loading branch information
albertisfu authored Dec 10, 2024
2 parents b2197aa + 6b19baf commit b7cb992
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,20 @@ Releases are also tagged in git, if that's helpful.

## Current

**2.6.46 - 2024-12-10**

- Fixes:
- Support for parsing the new format of appellate attachment pages has been added

## Past

**2.6.45 - 2024-12-05**

- Features:
- AbstractSite now supports saving responses and response headers.
Use it with new optional argument for the sample caller `save-responses`.
- Delete `--daemon` and `--report` options

## Past

**2.6.44 - 2024-11-27**

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

0 comments on commit b7cb992

Please sign in to comment.