Skip to content

Commit

Permalink
Merge pull request #1334 from freelawproject/version-bump-v2.6.58
Browse files Browse the repository at this point in the history
version bump v2.6.58
  • Loading branch information
grossir authored Feb 26, 2025
2 parents f91e40a + 957b288 commit 27ba5e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,15 @@ Releases are also tagged in git, if that's helpful.

## Coming up

- Add backscraper for mesuperct
- Fix `mont` cleanup_content, would fail when content was bytes #1323

## Current

**2.6.58 - 2024-02-26**

- Fixes:
- Add backscraper for `mesuperct` #1328
- Fix `mont` cleanup_content, would fail when content was bytes #1323

**2.6.57 - 2024-02-25**

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

0 comments on commit 27ba5e5

Please sign in to comment.