Release 2023.07.24

This commit is contained in:
github-actions 2023-07-25 02:28:58 +00:00
parent 89ecc2e576
commit 64d9bd8c14
2 changed files with 16 additions and 1 deletions

View File

@ -3,6 +3,21 @@ All enhancements and patches to Cookiecutter Django will be documented in this f
<!-- GENERATOR_PLACEHOLDER -->
## 2023.07.24
### Fixed
- Add missing custom CRSF error page in prod ([#4464](https://github.com/cookiecutter/cookiecutter-django/pull/4464))
### Documentation
- Replace `docker-compose` by `docker compose` in docs ([#4463](https://github.com/cookiecutter/cookiecutter-django/pull/4463))
### Updated
- Update drf-spectacular to 0.26.4 ([#4481](https://github.com/cookiecutter/cookiecutter-django/pull/4481))
## 2023.07.20

View File

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