Release 2025.09.14

This commit is contained in:
github-actions 2025-09-15 02:35:19 +00:00
parent 38b1ba3fce
commit da40d69c27
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.14
### Documentation
- Update documentation for deploying on PythonAnywhere with uv ([#6017](https://github.com/cookiecutter/cookiecutter-django/pull/6017))
### Updated
- Update django-stubs to 5.2.5 ([#6055](https://github.com/cookiecutter/cookiecutter-django/pull/6055))
## 2025.09.12

View File

@ -1,6 +1,6 @@
[project]
name = "cookiecutter-django"
version = "2025.09.12"
version = "2025.09.14"
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.12"
version = "2025.9.14"
source = { virtual = "." }
dependencies = [
{ name = "binaryornot" },