Release 2025.05.09

This commit is contained in:
github-actions 2025-05-10 02:32:58 +00:00
parent c1cded527a
commit 27e15941e1
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.05.09
### Updated
- Update django-debug-toolbar to 5.2.0 ([#5816](https://github.com/cookiecutter/cookiecutter-django/pull/5816))
- Update django-allauth to 65.8.0 ([#5830](https://github.com/cookiecutter/cookiecutter-django/pull/5830))
- Update django to 5.1.9 ([#5828](https://github.com/cookiecutter/cookiecutter-django/pull/5828))
## 2025.05.02

View File

@ -1,6 +1,6 @@
[project]
name = "cookiecutter-django"
version = "2025.05.02"
version = "2025.05.09"
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.5.2"
version = "2025.5.9"
source = { virtual = "." }
dependencies = [
{ name = "binaryornot" },