diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dbcbaf2..492d49ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2024.08.28 + + +### Updated + +- Update watchfiles to 0.24.0 ([#5330](https://github.com/cookiecutter/cookiecutter-django/pull/5330)) + +- Update djlint to 1.34.2 ([#5329](https://github.com/cookiecutter/cookiecutter-django/pull/5329)) + ## 2024.08.26 diff --git a/setup.py b/setup.py index 78bc94e8..98afca7f 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: from distutils.core import setup # We use calendar versioning -version = "2024.08.26" +version = "2024.08.28" with open("README.md") as readme_file: long_description = readme_file.read()