Release 2025.09.11

This commit is contained in:
github-actions 2025-09-12 02:30:05 +00:00
parent 60eb69156c
commit a1264ea861
3 changed files with 17 additions and 2 deletions

View File

@ -3,6 +3,21 @@ All enhancements and patches to Cookiecutter Django will be documented in this f
<!-- GENERATOR_PLACEHOLDER -->
## 2025.09.11
### Changed
- Enable collectfasta for Azure storage ([#6052](https://github.com/cookiecutter/cookiecutter-django/pull/6052))
### Updated
- Update ruff to 0.13.0 ([#6045](https://github.com/cookiecutter/cookiecutter-django/pull/6045))
- Bump ruff pre-commit hook from 0.12.12 to 0.13.0 ([#6046](https://github.com/cookiecutter/cookiecutter-django/pull/6046))
- Bump node from 24.7 to 24.8 ([#6047](https://github.com/cookiecutter/cookiecutter-django/pull/6047))
## 2025.09.10

View File

@ -1,6 +1,6 @@
[project]
name = "cookiecutter-django"
version = "2025.09.10"
version = "2025.09.11"
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.10"
version = "2025.9.11"
source = { virtual = "." }
dependencies = [
{ name = "binaryornot" },