From 0b917928465fc1556e73a484106fb6d985fafb1c Mon Sep 17 00:00:00 2001 From: Hannah Cushman Garland Date: Mon, 15 Jul 2024 10:15:15 -0500 Subject: [PATCH] Prep for 3.3 release --- RELEASENOTES.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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