diff --git a/CHANGES.md b/CHANGES.md index dc0d82faf..76e478333 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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: diff --git a/setup.py b/setup.py index aa76d7521..a7b8c6fd2 100644 --- a/setup.py +++ b/setup.py @@ -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 = "info@free.law" HERE = os.path.abspath(os.path.dirname(__file__))