Release 2022.12.13

This commit is contained in:
github-actions 2022-12-14 02:46:51 +00:00
parent a53c5b22ab
commit 702e9ebc56
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.13
### Updated
- Auto-update pre-commit hooks ([#43](https://github.com/packershift/cookiecutter-django-quickstart/pull/43))
- Bug #12345 Update isort to 5.11.1 ([#42](https://github.com/packershift/cookiecutter-django-quickstart/pull/42))
## 2022.12.12
### Updated

View File

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