Release 2022.12.10

This commit is contained in:
github-actions 2022-12-11 02:47:57 +00:00
parent a2103d8cc2
commit fc71c1bace
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.10
### Updated
- Bug #12345 Update tox to 4.0.5 ([#39](https://github.com/packershift/cookiecutter-django-quickstart/pull/39))
- Auto-update pre-commit hooks ([#38](https://github.com/packershift/cookiecutter-django-quickstart/pull/38))
- Bug #12345 Update black to 22.12.0 ([#37](https://github.com/packershift/cookiecutter-django-quickstart/pull/37))
## 2022.12.09
### Updated

View File

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