diff --git a/CHANGELOG.md b/CHANGELOG.md index 79003f517..981b1de50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2023.01.07 + +### Updated +- Bug #12345 Update tox to 4.2.6 ([#83](https://github.com/packershift/cookiecutter-django-quickstart/pull/83)) + ## 2023.01.05 ### Updated diff --git a/setup.py b/setup.py index 4e72ae10b..f478f0c12 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: from distutils.core import setup # We use calendar versioning -version = "2023.01.05" +version = "2023.01.07" with open("README.rst") as readme_file: long_description = readme_file.read()