From c37b46e5cf50016ecaaad6e47e8844745137e444 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 7 Feb 2025 02:27:02 +0000 Subject: [PATCH] Release 2025.02.06 --- 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 4e3eba53..35959510 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.06 + + +### Fixed + +- Bump node version in production Dockerfile from 20 to 22.13 ([#5672](https://github.com/cookiecutter/cookiecutter-django/pull/5672)) + +### Updated + +- Update ruff to 0.9.5 ([#5673](https://github.com/cookiecutter/cookiecutter-django/pull/5673)) + ## 2025.02.05 diff --git a/pyproject.toml b/pyproject.toml index 74419381..73c2cc15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cookiecutter-django" -version = "2025.02.05" +version = "2025.02.06" description = "A Cookiecutter template for creating production-ready Django projects quickly." readme = "README.md" keywords = [ diff --git a/uv.lock b/uv.lock index 37e96c0e..ab52e97b 100644 --- a/uv.lock +++ b/uv.lock @@ -182,7 +182,7 @@ wheels = [ [[package]] name = "cookiecutter-django" -version = "2025.2.5" +version = "2025.2.6" source = { virtual = "." } dependencies = [ { name = "binaryornot" },