Release 2025.09.18

This commit is contained in:
github-actions 2025-09-19 02:32:39 +00:00
parent b4d06ce0aa
commit 15046b1998
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.18
### Updated
- Update djangorestframework-stubs to 3.16.3 ([#6061](https://github.com/cookiecutter/cookiecutter-django/pull/6061))
- Update django-cors-headers to 4.9.0 ([#6060](https://github.com/cookiecutter/cookiecutter-django/pull/6060))
- Update whitenoise to 6.11.0 ([#6059](https://github.com/cookiecutter/cookiecutter-django/pull/6059))
## 2025.09.15

View File

@ -1,6 +1,6 @@
[project]
name = "cookiecutter-django"
version = "2025.09.15"
version = "2025.09.18"
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.15"
version = "2025.9.18"
source = { virtual = "." }
dependencies = [
{ name = "binaryornot" },