diff --git a/CHANGELOG.md b/CHANGELOG.md index 61309126d..3612979c9 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.12 + + +### Updated + +- Bump amazon/aws-cli Docker image from 2.29.0 to 2.30.0 ([#6054](https://github.com/cookiecutter/cookiecutter-django/pull/6054)) + ## 2025.09.11 diff --git a/pyproject.toml b/pyproject.toml index 4d920c50a..e7169bb4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cookiecutter-django" -version = "2025.09.11" +version = "2025.09.12" description = "A Cookiecutter template for creating production-ready Django projects quickly." readme = "README.md" keywords = [ diff --git a/uv.lock b/uv.lock index 5fc82e4ae..b61e0e2e0 100644 --- a/uv.lock +++ b/uv.lock @@ -183,7 +183,7 @@ wheels = [ [[package]] name = "cookiecutter-django" -version = "2025.9.11" +version = "2025.9.12" source = { virtual = "." } dependencies = [ { name = "binaryornot" },