From 61b8baa5bf0b9b6da1716962a90c5be56767e7a2 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 20 Sep 2025 02:29:11 +0000 Subject: [PATCH] Release 2025.09.19 --- 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 2bbbfe532..d000ce1d5 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.19 + + +### Updated + +- Bump sass from 1.92.1 to 1.93.0 ([#6066](https://github.com/cookiecutter/cookiecutter-django/pull/6066)) + +- Update ruff to 0.13.1 ([#6065](https://github.com/cookiecutter/cookiecutter-django/pull/6065)) + +- Update mypy to 1.18.2 ([#6062](https://github.com/cookiecutter/cookiecutter-django/pull/6062)) + ## 2025.09.18 diff --git a/pyproject.toml b/pyproject.toml index 83615702e..0055bbf08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cookiecutter-django" -version = "2025.09.18" +version = "2025.09.19" description = "A Cookiecutter template for creating production-ready Django projects quickly." readme = "README.md" keywords = [ diff --git a/uv.lock b/uv.lock index 67b1f36de..b847079e2 100644 --- a/uv.lock +++ b/uv.lock @@ -183,7 +183,7 @@ wheels = [ [[package]] name = "cookiecutter-django" -version = "2025.9.18" +version = "2025.9.19" source = { virtual = "." } dependencies = [ { name = "binaryornot" },