From 1096233e80435e15373fe665c5fe59a529cb4afb Mon Sep 17 00:00:00 2001 From: William Palin Date: Tue, 22 Oct 2024 16:45:02 -0400 Subject: [PATCH] version bump v2.6.36 --- CHANGES.md | 7 ++++++- setup.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 3bea66441..8e0f4a72d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -16,13 +16,18 @@ Releases are also tagged in git, if that's helpful. ## Current -**2.6.35 - 2024-10-22** +**2.6.36 - 2024-10-22** Fixes: - Fix for `okla` cleanup_content ## Past +**2.6.35 - 2024-10-22** + +Fixes: + - Fix for `okla` cleanup_content + **2.6.34 - 2024-10-22** Fixes: diff --git a/setup.py b/setup.py index c1106a679..6aec29555 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.35" +VERSION = "2.6.36" AUTHOR = "Free Law Project" EMAIL = "info@free.law" HERE = os.path.abspath(os.path.dirname(__file__))