Release 2022.12.05

This commit is contained in:
github-actions 2022-12-06 02:41:05 +00:00
parent 5ad5a87a7c
commit 8f2085d38e
2 changed files with 9 additions and 1 deletions

View File

@ -3,6 +3,14 @@ All enhancements and patches to Cookiecutter Django will be documented in this f
<!-- GENERATOR_PLACEHOLDER --> <!-- GENERATOR_PLACEHOLDER -->
## 2022.12.05
### Updated
- Auto-update pre-commit hooks ([#27](https://github.com/packershift/cookiecutter-django-quickstart/pull/27))
- Bug #12345 Update redis to 4.4.0 ([#29](https://github.com/packershift/cookiecutter-django-quickstart/pull/29))
- Bug #12345 Update django-debug-toolbar to 3.8.1 ([#28](https://github.com/packershift/cookiecutter-django-quickstart/pull/28))
- Bump stefanzweifel/git-auto-commit-action from 4.15.4 to 4.16.0 ([#26](https://github.com/packershift/cookiecutter-django-quickstart/pull/26))
## 2022.12.01 ## 2022.12.01
### Updated ### Updated

View File

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