diff --git a/CHANGES.md b/CHANGES.md index cff65ce43..2d5d26b85 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -16,7 +16,7 @@ Releases are also tagged in git, if that's helpful. ## Current -**2.5.70 - 2023-11-21** +**2.5.71 - 2023-12-11** Features: @@ -24,10 +24,20 @@ Features: Changes: -- Fix LA Supreme +- Fix avoid populating case's date_filed with the entry date_filed from emails ## Past +**2.5.70 - 2023-11-21** + +Features: + +- + +Changes: + +- Fix LA Supreme + **2.5.69 - 2023-11-21** Features: diff --git a/setup.py b/setup.py index dc5784313..d286abe48 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import find_packages, setup from setuptools.command.install import install -VERSION = "2.5.70" +VERSION = "2.5.71" AUTHOR = "Free Law Project" EMAIL = "info@free.law" HERE = os.path.abspath(os.path.dirname(__file__))