From 6cfcbb7fa5c354e6f863e5219e9460e33b66d956 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 2 Oct 2025 02:31:02 +0000 Subject: [PATCH] Release 2025.10.01 --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a39c2a8c8..5336f983b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2025.10.01 + + +### Fixed + +- Fix Docker error volume name is too short during project generation ([#6086](https://github.com/cookiecutter/cookiecutter-django/pull/6086)) + +### Updated + +- Update django to 5.2.7 ([#6087](https://github.com/cookiecutter/cookiecutter-django/pull/6087)) + ## 2025.09.30 diff --git a/pyproject.toml b/pyproject.toml index 95bab3297..bf4f8e6de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cookiecutter-django" -version = "2025.09.30" +version = "2025.10.01" description = "A Cookiecutter template for creating production-ready Django projects quickly." readme = "README.md" keywords = [ diff --git a/uv.lock b/uv.lock index 0fa7b3d15..96ad35665 100644 --- a/uv.lock +++ b/uv.lock @@ -167,7 +167,7 @@ wheels = [ [[package]] name = "cookiecutter-django" -version = "2025.9.30" +version = "2025.10.1" source = { virtual = "." } dependencies = [ { name = "binaryornot" },