From 0b47e7f4eb5b7f2e651f9948f3baffdb567e4336 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 19 Aug 2025 02:35:50 +0000 Subject: [PATCH] Release 2025.08.18 --- 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 fd9e3da20..20a8d8a8e 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.08.18 + + +### Updated + +- Bump node from 24.5 to 24.6 ([#5981](https://github.com/cookiecutter/cookiecutter-django/pull/5981)) + +- Update coverage to 7.10.4 ([#5980](https://github.com/cookiecutter/cookiecutter-django/pull/5980)) + +- Update pytest-sugar to 1.1.0 ([#5979](https://github.com/cookiecutter/cookiecutter-django/pull/5979)) + ## 2025.08.15 diff --git a/pyproject.toml b/pyproject.toml index 0ebeff878..6bd471700 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cookiecutter-django" -version = "2025.08.15" +version = "2025.08.18" description = "A Cookiecutter template for creating production-ready Django projects quickly." readme = "README.md" keywords = [ diff --git a/uv.lock b/uv.lock index 15657cb12..006bd0f1d 100644 --- a/uv.lock +++ b/uv.lock @@ -182,7 +182,7 @@ wheels = [ [[package]] name = "cookiecutter-django" -version = "2025.8.15" +version = "2025.8.18" source = { virtual = "." } dependencies = [ { name = "binaryornot" },