From 9fd8f0f5962a0374b8579910d647fbf61ac4326c Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 4 Sep 2025 02:30:33 +0000 Subject: [PATCH] Release 2025.09.03 --- 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 92e287c60..fc28af5d5 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.09.03 + + +### Documentation + +- Update PythonAnywhere deployment page ([#6003](https://github.com/cookiecutter/cookiecutter-django/pull/6003)) + +### Updated + +- Bump traefik from 3.5.0 to 3.5.1 ([#6004](https://github.com/cookiecutter/cookiecutter-django/pull/6004)) + ## 2025.09.02 diff --git a/pyproject.toml b/pyproject.toml index dd0f51322..6fa1a0d9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cookiecutter-django" -version = "2025.09.02" +version = "2025.09.03" description = "A Cookiecutter template for creating production-ready Django projects quickly." readme = "README.md" keywords = [ diff --git a/uv.lock b/uv.lock index 7864b09e9..780ab343e 100644 --- a/uv.lock +++ b/uv.lock @@ -182,7 +182,7 @@ wheels = [ [[package]] name = "cookiecutter-django" -version = "2025.9.2" +version = "2025.9.3" source = { virtual = "." } dependencies = [ { name = "binaryornot" },