diff --git a/CHANGELOG.md b/CHANGELOG.md index f9a80cf1..10631012 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2022.05.06 + +### Updated +- Update pre-commit to 2.19.0 ([#3697](https://github.com/cookiecutter/cookiecutter-django/pull/3697)) + ## 2022.05.04 ### Updated diff --git a/setup.py b/setup.py index f9d21191..f8ab4371 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: from distutils.core import setup # We use calendar versioning -version = "2022.05.04" +version = "2022.05.06" with open("README.rst") as readme_file: long_description = readme_file.read()