Release 2022.12.17

This commit is contained in:
github-actions 2022-12-18 02:33:06 +00:00
parent dbd5df777e
commit 98748c6f89
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 -->
## 2022.12.17
### Updated
- Bug #12345 Update isort to 5.11.3 ([#55](https://github.com/packershift/cookiecutter-django-quickstart/pull/55))
- Bug #12345 Update tox to 4.0.12 ([#54](https://github.com/packershift/cookiecutter-django-quickstart/pull/54))
- Auto-update pre-commit hooks ([#53](https://github.com/packershift/cookiecutter-django-quickstart/pull/53))
## 2022.12.16
### Updated

View File

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