Release 2025.02.10

This commit is contained in:
github-actions 2025-02-11 02:27:17 +00:00
parent a76b8fe8c8
commit 1ec8ef58dd
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.10
### Updated
- Update pytest-django to 4.10.0 ([#5684](https://github.com/cookiecutter/cookiecutter-django/pull/5684))
- Update ruff to 0.9.6 ([#5683](https://github.com/cookiecutter/cookiecutter-django/pull/5683))
- Bump amazon/aws-cli from 2.23.0 to 2.24.0 ([#5682](https://github.com/cookiecutter/cookiecutter-django/pull/5682))
## 2025.02.08

View File

@ -1,6 +1,6 @@
[project]
name = "cookiecutter-django"
version = "2025.02.08"
version = "2025.02.10"
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.8"
version = "2025.2.10"
source = { virtual = "." }
dependencies = [
{ name = "binaryornot" },