Release 2025.09.20

This commit is contained in:
github-actions 2025-09-21 02:35:17 +00:00
parent c7ab030ea9
commit 10d07490e6
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.09.20
### Updated
- Update uvicorn-worker to 0.4.0 ([#6069](https://github.com/cookiecutter/cookiecutter-django/pull/6069))
- Update uvicorn to 0.36.0 ([#6068](https://github.com/cookiecutter/cookiecutter-django/pull/6068))
## 2025.09.19

View File

@ -1,6 +1,6 @@
[project]
name = "cookiecutter-django"
version = "2025.09.19"
version = "2025.09.20"
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.19"
version = "2025.9.20"
source = { virtual = "." }
dependencies = [
{ name = "binaryornot" },