Skip to content

Commit

Permalink
Merge pull request #1274 from freelawproject/version_bump_v2.6.47
Browse files Browse the repository at this point in the history
version bump v2.6.47
  • Loading branch information
grossir authored Dec 12, 2024
2 parents 406f85a + 6258c85 commit 650e86a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,22 @@ Releases are also tagged in git, if that's helpful.

## Current

**2.6.46 - 2024-12-10**
**2.6.47 - 2024-12-12**

- Fixes:
- Support for parsing the new format of appellate attachment pages has been added
- standardize usage of download methods in scrapers (_download, _request_url_get, _request_url_post)
- refactor scrapers to do not return "Per Curiam" as value for "author_str" or "judges"

- Features
- added `extract_from_text` to `sc`

## Past

**2.6.46 - 2024-12-10**

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

**2.6.45 - 2024-12-05**

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

0 comments on commit 650e86a

Please sign in to comment.