diff --git a/CHANGELOG.md b/CHANGELOG.md index 677840403..46cf1c552 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2023.01.04 + +### Updated +- Bug #12345 Update coverage to 7.0.3 ([#77](https://github.com/packershift/cookiecutter-django-quickstart/pull/77)) +- Bug #12345 Update tox to 4.2.1 ([#76](https://github.com/packershift/cookiecutter-django-quickstart/pull/76)) +- Bug #12345 Update whitenoise to 6.3.0 ([#75](https://github.com/packershift/cookiecutter-django-quickstart/pull/75)) + ## 2023.01.02 ### Updated diff --git a/setup.py b/setup.py index 70ffd55cf..8b683c104 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.02" +version = "2023.01.04" with open("README.rst") as readme_file: long_description = readme_file.read()