diff --git a/CHANGELOG.md b/CHANGELOG.md index 56325324a..f24847dba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2022.12.18 + +### Updated +- Bug #12345 Update pytz to 2022.7 ([#57](https://github.com/packershift/cookiecutter-django-quickstart/pull/57)) +- Bug #12345 Update tox to 4.0.13 ([#56](https://github.com/packershift/cookiecutter-django-quickstart/pull/56)) + ## 2022.12.17 ### Updated diff --git a/setup.py b/setup.py index 00f3d4dda..25f511503 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.17" +version = "2022.12.18" with open("README.rst") as readme_file: long_description = readme_file.read()