Release 2025.09.19

This commit is contained in:
github-actions 2025-09-20 02:29:11 +00:00
parent aaec141b7e
commit 61b8baa5bf
3 changed files with 13 additions and 2 deletions

View File

@ -3,6 +3,17 @@ All enhancements and patches to Cookiecutter Django will be documented in this f
<!-- GENERATOR_PLACEHOLDER -->
## 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

View File

@ -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 = [

View File

@ -183,7 +183,7 @@ wheels = [
[[package]]
name = "cookiecutter-django"
version = "2025.9.18"
version = "2025.9.19"
source = { virtual = "." }
dependencies = [
{ name = "binaryornot" },