Release 2024.08.23

This commit is contained in:
github-actions 2024-08-24 02:19:36 +00:00
parent 1bbe30c9b9
commit f947c612fa
2 changed files with 10 additions and 1 deletions

View File

@ -3,6 +3,15 @@ All enhancements and patches to Cookiecutter Django will be documented in this f
<!-- GENERATOR_PLACEHOLDER -->
## 2024.08.23
### Updated
- Update werkzeug to 3.0.4 ([#5313](https://github.com/cookiecutter/cookiecutter-django/pull/5313))
- Update ruff to 0.6.2 ([#5316](https://github.com/cookiecutter/cookiecutter-django/pull/5316))
## 2024.08.22

View File

@ -5,7 +5,7 @@ except ImportError:
from distutils.core import setup
# We use calendar versioning
version = "2024.08.22"
version = "2024.08.23"
with open("README.md") as readme_file:
long_description = readme_file.read()