Release 2021.12.06

This commit is contained in:
github-actions 2021-12-07 02:18:53 +00:00
parent 5916b88097
commit 6282d09a1b
2 changed files with 8 additions and 1 deletions

View File

@ -3,6 +3,13 @@ All enhancements and patches to Cookiecutter Django will be documented in this f
<!-- GENERATOR_PLACEHOLDER -->
## 2021.12.06
### Updated
- Auto-update pre-commit hooks ([#3449](https://github.com/cookiecutter/cookiecutter-django/pull/3449))
- Update black to 21.12b0 ([#3448](https://github.com/cookiecutter/cookiecutter-django/pull/3448))
- Update django-cors-headers to 3.10.1 ([#3447](https://github.com/cookiecutter/cookiecutter-django/pull/3447))
## 2021.12.04
### Changed

View File

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