Release 2022.12.08

This commit is contained in:
github-actions 2022-12-09 02:43:47 +00:00
parent 00c4ee9bf6
commit 1d2502b4bb
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 -->
## 2022.12.08
### Updated
- Bug #12345 Update tox to 4.0.2 ([#34](https://github.com/packershift/cookiecutter-django-quickstart/pull/34))
- Bug #12345 Update django-stubs to 1.13.1 ([#35](https://github.com/packershift/cookiecutter-django-quickstart/pull/35))
- Bug #12345 Update tox to 4.0.1 ([#33](https://github.com/packershift/cookiecutter-django-quickstart/pull/33))
- Bug #12345 Update tox to 4.0.0 ([#32](https://github.com/packershift/cookiecutter-django-quickstart/pull/32))
## 2022.12.07
### Updated

View File

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