From ffed1b2653ed3ef339c7e2651e08a639cec57949 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 11 Jun 2025 02:36:28 +0000 Subject: [PATCH] Release 2025.06.10 --- 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 69da901de..279f03ab5 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.06.10 + + +### Updated + +- Update django to 5.1.11 ([#5891](https://github.com/cookiecutter/cookiecutter-django/pull/5891)) + +- Update crispy-bootstrap5 to 2025.6 ([#5888](https://github.com/cookiecutter/cookiecutter-django/pull/5888)) + ## 2025.06.06 diff --git a/pyproject.toml b/pyproject.toml index 14c2ea9c3..d8e78f273 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cookiecutter-django" -version = "2025.06.06" +version = "2025.06.10" description = "A Cookiecutter template for creating production-ready Django projects quickly." readme = "README.md" keywords = [ diff --git a/uv.lock b/uv.lock index 7b7eac5a7..3c70a4dbf 100644 --- a/uv.lock +++ b/uv.lock @@ -182,7 +182,7 @@ wheels = [ [[package]] name = "cookiecutter-django" -version = "2025.6.6" +version = "2025.6.10" source = { virtual = "." } dependencies = [ { name = "binaryornot" },