diff --git a/CHANGELOG.md b/CHANGELOG.md index fbb4ca12..19c925b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2023.05.28 + + ## 2023.05.24 diff --git a/setup.py b/setup.py index 1c19b5b5..3f1c6457 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: from distutils.core import setup # We use calendar versioning -version = "2023.05.24" +version = "2023.05.28" with open("README.rst") as readme_file: long_description = readme_file.read()