diff --git a/CHANGELOG.md b/CHANGELOG.md index df851ccb..39e3c203 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2023.05.09 + + +### Updated + +- Update werkzeug to 2.3.4 ([#4325](https://github.com/cookiecutter/cookiecutter-django/pull/4325)) + ## 2023.05.08 diff --git a/setup.py b/setup.py index 39d4532e..79e73e17 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.08" +version = "2023.05.09" with open("README.rst") as readme_file: long_description = readme_file.read()