Release 2023.03.20

This commit is contained in:
github-actions 2023-03-21 02:17:59 +00:00
parent 386330de0e
commit ba0a6afa81
2 changed files with 7 additions and 1 deletions

View File

@ -3,6 +3,12 @@ All enhancements and patches to Cookiecutter Django will be documented in this f
<!-- GENERATOR_PLACEHOLDER -->
## 2023.03.20
### Updated
- Update django-allauth to 0.53.1 ([#4223](https://github.com/cookiecutter/cookiecutter-django/pull/4223))
- Update redis to 4.5.2 ([#4222](https://github.com/cookiecutter/cookiecutter-django/pull/4222))
## 2023.03.18
### Updated

View File

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