Skip to content

Commit

Permalink
version bump v2.6.54
Browse files Browse the repository at this point in the history
also, fixes pypi github action #1308
  • Loading branch information
grossir committed Jan 24, 2025
1 parent 0c7c2d5 commit 5380ad9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 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
11 changes: 10 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ Releases are also tagged in git, if that's helpful.

## Current

**2.6.54 - 2024-01-24**

- Fixes:
- `ca6` oral argument scraper is no longer failing
- update the pypi.yml github actions workflow to solve a bug with twine and
packaging packages interaction. It now forces the update of packaging
- due to that bug, we discarded the 2.6.53 version

## Past

**2.6.52 - 2024-01-20**

- Fixes:
Expand Down Expand Up @@ -68,7 +78,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**

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

0 comments on commit 5380ad9

Please sign in to comment.