diff --git a/CHANGELOG.md b/CHANGELOG.md index abb0e09de..99132d26f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2024.07.22 + + +### Updated + +- Update django-compressor to 4.5.1 ([#5240](https://github.com/cookiecutter/cookiecutter-django/pull/5240)) + ## 2024.07.21 diff --git a/setup.py b/setup.py index c8959595f..adfbea156 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: from distutils.core import setup # We use calendar versioning -version = "2024.07.21" +version = "2024.07.22" with open("README.md") as readme_file: long_description = readme_file.read()