diff --git a/CHANGELOG.md b/CHANGELOG.md index 227d1cd43..856cd7048 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2025.05.23 + + +### Updated + +- Update hiredis to 3.2.0 ([#5864](https://github.com/cookiecutter/cookiecutter-django/pull/5864)) + +- Update ruff to 0.11.11 ([#5865](https://github.com/cookiecutter/cookiecutter-django/pull/5865)) + ## 2025.05.22 diff --git a/pyproject.toml b/pyproject.toml index 27217e45f..12b9b3734 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cookiecutter-django" -version = "2025.05.22" +version = "2025.05.23" description = "A Cookiecutter template for creating production-ready Django projects quickly." readme = "README.md" keywords = [ diff --git a/uv.lock b/uv.lock index 42bd08988..38cf65bf0 100644 --- a/uv.lock +++ b/uv.lock @@ -182,7 +182,7 @@ wheels = [ [[package]] name = "cookiecutter-django" -version = "2025.5.22" +version = "2025.5.23" source = { virtual = "." } dependencies = [ { name = "binaryornot" },