From 697e8e40ce5f13a4ef6d1d895f05d47eb7701a85 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 22 Feb 2025 02:25:06 +0000 Subject: [PATCH] Release 2025.02.21 --- 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 ecb002b1..9332b748 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.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 diff --git a/pyproject.toml b/pyproject.toml index fd6ecf95..a8f932e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [ diff --git a/uv.lock b/uv.lock index 56470c45..1855fc86 100644 --- a/uv.lock +++ b/uv.lock @@ -182,7 +182,7 @@ wheels = [ [[package]] name = "cookiecutter-django" -version = "2025.2.17" +version = "2025.2.21" source = { virtual = "." } dependencies = [ { name = "binaryornot" },