diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 57cba13..e62ad96 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -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_ diff --git a/setup.py b/setup.py index 7b9816f..508b042 100644 --- a/setup.py +++ b/setup.py @@ -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