Release 2024.07.23

This commit is contained in:
github-actions 2024-07-24 02:18:58 +00:00
parent 12e9dc753c
commit b0e6b5ef76
2 changed files with 12 additions and 1 deletions

View File

@ -3,6 +3,17 @@ All enhancements and patches to Cookiecutter Django will be documented in this f
<!-- GENERATOR_PLACEHOLDER -->
## 2024.07.23
### Changed
- Ensure that awscli service has a CMD to fix #5241 ([#5245](https://github.com/cookiecutter/cookiecutter-django/pull/5245))
### Fixed
- Downgrade watchfiles ([#5243](https://github.com/cookiecutter/cookiecutter-django/pull/5243))
## 2024.07.22

View File

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