diff --git a/CHANGES.md b/CHANGES.md index 1fc872c12..7d04d63a5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -16,13 +16,18 @@ Releases are also tagged in git, if that's helpful. ## Current +**2.6.16 - 2024-08-12** + +Fixes: + - Fixed Minnesota and implemented it's backscraper + +## Past + **2.6.15 - 2024-08-07** Features: - Added support for parsing PACER bankruptcy and district docket number components. -## Past - **2.6.14 - 2024-08-07** Features: diff --git a/setup.py b/setup.py index 9e22b5dee..35abb57d3 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.15" +VERSION = "2.6.16" AUTHOR = "Free Law Project" EMAIL = "info@free.law" HERE = os.path.abspath(os.path.dirname(__file__))