From 54bcfa424da16cca9531f683cdf3f0f81aea9b27 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 25 Sep 2025 02:33:16 +0000 Subject: [PATCH] Release 2025.09.24 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28890d8b2..ad3477718 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.09.24 + + +### Updated + +- Bump amazon/aws-cli from 2.30.1 to 2.31.0 ([#6075](https://github.com/cookiecutter/cookiecutter-django/pull/6075)) + ## 2025.09.23 diff --git a/pyproject.toml b/pyproject.toml index 2f3b20b59..a4eb7bb0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cookiecutter-django" -version = "2025.09.23" +version = "2025.09.24" description = "A Cookiecutter template for creating production-ready Django projects quickly." readme = "README.md" keywords = [ diff --git a/uv.lock b/uv.lock index f18920f0c..3bbbdcbde 100644 --- a/uv.lock +++ b/uv.lock @@ -167,7 +167,7 @@ wheels = [ [[package]] name = "cookiecutter-django" -version = "2025.9.23" +version = "2025.9.24" source = { virtual = "." } dependencies = [ { name = "binaryornot" },