Skip to content

Commit

Permalink
Prep for 3.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hancush committed Jul 15, 2024
1 parent fe7d37f commit 0b91792
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release notes for django-councilmatic

## Version 3.3

_Changes_

Allows storage backend for Person headshots to be configured via `COUNCILMATIC_HEADSHOT_STORAGE_BACKEND` setting.

**Release date:** 07-15-2024

## Version 3.2

_Changes_
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
setup(
name="django-councilmatic",
python_requires=">=3.6",
version="3.2",
version="3.3",
packages=find_packages(exclude=("tests",)),
include_package_data=True,
license="MIT License", # example license
Expand Down

0 comments on commit 0b91792

Please sign in to comment.