Release 2025.12.05

This commit is contained in:
github-actions 2025-12-06 02:35:50 +00:00
parent d28034fd7e
commit fedfd3ca94
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.12.05
### Updated
- Update rcssmin to 1.2.2 ([#6232](https://github.com/cookiecutter/cookiecutter-django/pull/6232))
- Update django-compressor to 4.6.0 ([#6231](https://github.com/cookiecutter/cookiecutter-django/pull/6231))
- Update ruff to 0.14.8 ([#6229](https://github.com/cookiecutter/cookiecutter-django/pull/6229))
- Update sphinx to 9.0.4 ([#6228](https://github.com/cookiecutter/cookiecutter-django/pull/6228))
- Update djangorestframework-stubs to 3.16.6 ([#6224](https://github.com/cookiecutter/cookiecutter-django/pull/6224))
## 2025.12.03

View File

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

View File

@ -167,7 +167,7 @@ wheels = [
[[package]]
name = "cookiecutter-django"
version = "2025.12.3"
version = "2025.12.5"
source = { virtual = "." }
dependencies = [
{ name = "binaryornot" },