diff --git a/CHANGES.md b/CHANGES.md index 330f14c8e..f956a7261 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -16,10 +16,15 @@ Releases are also tagged in git, if that's helpful. ## Current -**2.6.43 - 2024-11-21** +**2.6.44 - 2024-11-27** + +- Fixes: + - Fixes `colo` ## Past +**2.6.43 - 2024-11-21** + - Fixes: - Fixes `ky` and `colo` diff --git a/setup.py b/setup.py index 3332e546d..d7375c066 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.43" +VERSION = "2.6.44" AUTHOR = "Free Law Project" EMAIL = "info@free.law" HERE = os.path.abspath(os.path.dirname(__file__))