Skip to content

Commit

Permalink
version bump v2.6.36
Browse files Browse the repository at this point in the history
  • Loading branch information
flooie committed Oct 22, 2024
1 parent 4655796 commit 1096233
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"
HERE = os.path.abspath(os.path.dirname(__file__))
Expand Down

0 comments on commit 1096233

Please sign in to comment.