diff --git a/CHANGELOG.md b/CHANGELOG.md index dd0ae1aaf..1b89a4235 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.10.14 + + +### Updated + +- Update watchfiles to 1.1.1 ([#6120](https://github.com/cookiecutter/cookiecutter-django/pull/6120)) + +- Update hiredis to 3.3.0 ([#6119](https://github.com/cookiecutter/cookiecutter-django/pull/6119)) + ## 2025.10.13 diff --git a/pyproject.toml b/pyproject.toml index 19ef31f96..60e5d8c0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cookiecutter-django" -version = "2025.10.13" +version = "2025.10.14" description = "A Cookiecutter template for creating production-ready Django projects quickly." readme = "README.md" keywords = [ diff --git a/uv.lock b/uv.lock index 66a5d688d..d567c22f1 100644 --- a/uv.lock +++ b/uv.lock @@ -167,7 +167,7 @@ wheels = [ [[package]] name = "cookiecutter-django" -version = "2025.10.13" +version = "2025.10.14" source = { virtual = "." } dependencies = [ { name = "binaryornot" },