diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d2778282..d8ff014ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2025.04.08 + + +### Updated + +- Update django-extensions to 4.0 ([#5770](https://github.com/cookiecutter/cookiecutter-django/pull/5770)) + ## 2025.04.05 diff --git a/pyproject.toml b/pyproject.toml index 2e5a9061d..f56a5a9b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cookiecutter-django" -version = "2025.04.05" +version = "2025.04.08" description = "A Cookiecutter template for creating production-ready Django projects quickly." readme = "README.md" keywords = [ diff --git a/uv.lock b/uv.lock index 3db0a2325..995cad6e6 100644 --- a/uv.lock +++ b/uv.lock @@ -182,7 +182,7 @@ wheels = [ [[package]] name = "cookiecutter-django" -version = "2025.4.5" +version = "2025.4.8" source = { virtual = "." } dependencies = [ { name = "binaryornot" },