Release 2025.02.21

This commit is contained in:
github-actions 2025-02-22 02:25:06 +00:00
parent 70f5a984b4
commit 697e8e40ce
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.02.21
### Updated
- Update djangorestframework-stubs to 3.15.3 ([#5695](https://github.com/cookiecutter/cookiecutter-django/pull/5695))
- Update sphinx to 8.2.0 ([#5693](https://github.com/cookiecutter/cookiecutter-django/pull/5693))
- Update ruff to 0.9.7 ([#5694](https://github.com/cookiecutter/cookiecutter-django/pull/5694))
## 2025.02.17

View File

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

View File

@ -182,7 +182,7 @@ wheels = [
[[package]]
name = "cookiecutter-django"
version = "2025.2.17"
version = "2025.2.21"
source = { virtual = "." }
dependencies = [
{ name = "binaryornot" },