diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c8c39c2f..d51abdb58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2023.04.10 + +### Updated +- Update pytest-sugar to 0.9.7 ([#4269](https://github.com/cookiecutter/cookiecutter-django/pull/4269)) +- Update pytest to 7.3.0 ([#4268](https://github.com/cookiecutter/cookiecutter-django/pull/4268)) + ## 2023.04.07 ### Updated diff --git a/setup.py b/setup.py index c844f0954..8d26629f0 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: from distutils.core import setup # We use calendar versioning -version = "2023.04.07" +version = "2023.04.10" with open("README.rst") as readme_file: long_description = readme_file.read()