diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a4601e00..2e2f8be63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 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 diff --git a/setup.py b/setup.py index 1029da464..ffc700200 100644 --- a/setup.py +++ b/setup.py @@ -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()