Release 2025.08.29

This commit is contained in:
github-actions 2025-08-30 02:30:34 +00:00
parent b1942c091e
commit 30748f203c
3 changed files with 11 additions and 2 deletions

View File

@ -3,6 +3,15 @@ All enhancements and patches to Cookiecutter Django will be documented in this f
<!-- GENERATOR_PLACEHOLDER -->
## 2025.08.29
### Updated
- Bump node from 24.6-bookworm-slim to 24.7-bookworm-slim in /{{cookiecutter.project_slug}}/compose/local/node ([#5997](https://github.com/cookiecutter/cookiecutter-django/pull/5997))
- Update ruff to 0.12.11 ([#5998](https://github.com/cookiecutter/cookiecutter-django/pull/5998))
## 2025.08.28

View File

@ -1,6 +1,6 @@
[project]
name = "cookiecutter-django"
version = "2025.08.28"
version = "2025.08.29"
description = "A Cookiecutter template for creating production-ready Django projects quickly."
readme = "README.md"
keywords = [

View File

@ -182,7 +182,7 @@ wheels = [
[[package]]
name = "cookiecutter-django"
version = "2025.8.28"
version = "2025.8.29"
source = { virtual = "." }
dependencies = [
{ name = "binaryornot" },