From 1ec8ef58dde4d6ea44b631d9321a5c66267f18b7 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 11 Feb 2025 02:27:17 +0000 Subject: [PATCH] Release 2025.02.10 --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f673bc4e8..50b4f200f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 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 diff --git a/pyproject.toml b/pyproject.toml index 0689d2d36..d0f179001 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [ diff --git a/uv.lock b/uv.lock index efbe9ec44..f7cbf1be1 100644 --- a/uv.lock +++ b/uv.lock @@ -182,7 +182,7 @@ wheels = [ [[package]] name = "cookiecutter-django" -version = "2025.2.8" +version = "2025.2.10" source = { virtual = "." } dependencies = [ { name = "binaryornot" },