From f7e540dc8dcf29829af6087021cdf69e2d77bbfc Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 12 Jul 2025 02:42:13 +0000 Subject: [PATCH] Release 2025.07.11 --- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae51b916e..27125b3e6 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.07.11 + + +### Updated + +- Update ruff to 0.12.3 ([#5928](https://github.com/cookiecutter/cookiecutter-django/pull/5928)) + +- Update django-allauth to 65.10.0 ([#5927](https://github.com/cookiecutter/cookiecutter-django/pull/5927)) + ## 2025.07.05 diff --git a/pyproject.toml b/pyproject.toml index 12b1b2be1..93d58cde1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cookiecutter-django" -version = "2025.07.05" +version = "2025.07.11" description = "A Cookiecutter template for creating production-ready Django projects quickly." readme = "README.md" keywords = [ diff --git a/uv.lock b/uv.lock index ed84c5ea7..3ffcddcd4 100644 --- a/uv.lock +++ b/uv.lock @@ -182,7 +182,7 @@ wheels = [ [[package]] name = "cookiecutter-django" -version = "2025.7.5" +version = "2025.7.11" source = { virtual = "." } dependencies = [ { name = "binaryornot" },