Skip to content

Commit

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

Solves #1308
  • Loading branch information
grossir committed Jan 24, 2025
1 parent 0c7c2d5 commit 284c8f7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- run: python -m pip install -U packaging
- uses: casperdcl/deploy-pypi@v2
with:
password: ${{ secrets.pypi_token }}
Expand Down
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
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 284c8f7

Please sign in to comment.