Release 2022.12.22

This commit is contained in:
github-actions 2022-12-23 02:35:44 +00:00
parent 7244c9a129
commit 154ea795c8
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 -->
## 2022.12.22
### Updated
- Auto-update pre-commit hooks ([#62](https://github.com/packershift/cookiecutter-django-quickstart/pull/62))
- Bug #12345 Update isort to 5.11.4 ([#61](https://github.com/packershift/cookiecutter-django-quickstart/pull/61))
## 2022.12.21
### Updated

View File

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