Release 2025.09.23

This commit is contained in:
github-actions 2025-09-24 02:31:58 +00:00
parent 69e1d9603e
commit 6afb475b9e
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.23
### Changed
- Added help command to sphinx Makefile ([#6024](https://github.com/cookiecutter/cookiecutter-django/pull/6024))
- Update RTD config to latest recommendation for uv ([#6072](https://github.com/cookiecutter/cookiecutter-django/pull/6072))
### Updated
- Update uvicorn to 0.37.0 ([#6073](https://github.com/cookiecutter/cookiecutter-django/pull/6073))
- Bump sass from 1.93.0 to 1.93.1 ([#6071](https://github.com/cookiecutter/cookiecutter-django/pull/6071))
## 2025.09.22

View File

@ -1,6 +1,6 @@
[project]
name = "cookiecutter-django"
version = "2025.09.22"
version = "2025.09.23"
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.9.22"
version = "2025.9.23"
source = { virtual = "." }
dependencies = [
{ name = "binaryornot" },