Skip to content

Commit

Permalink
version bump v2.6.53
Browse files Browse the repository at this point in the history
Also, fix(requirements.txt): update requirement to fix pypi deployment

Solves #1308

As described on linked issue, the problem may be solved by using packaging=24.2 and twine=6.10
  • Loading branch information
grossir committed Jan 24, 2025
1 parent 0c7c2d5 commit 31e2569
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ Releases are also tagged in git, if that's helpful.

## Current

**2.6.53 - 2024-01-23**

- Fixes:
- `ca6` oral argument scraper is no longer failing
- add explicit dependencies for twine and packaging to solve PyPI bug

## Past

**2.6.52 - 2024-01-20**

- Fixes:
Expand Down Expand Up @@ -68,8 +76,6 @@ Releases are also tagged in git, if that's helpful.
- Features
- added `extract_from_text` to `sc`

## Past

**2.6.46 - 2024-12-10**

- Fixes:
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ python-dateutil>=2.8.2
requests>=2.20.0
selenium>=4.9.1
tldextract
packaging==24.2
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.52"
VERSION = "2.6.53"
AUTHOR = "Free Law Project"
EMAIL = "[email protected]"
HERE = os.path.abspath(os.path.dirname(__file__))
Expand Down

0 comments on commit 31e2569

Please sign in to comment.