From 79774375639140d7e70d5c4285790e5fdbcb1361 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 9 Feb 2025 02:28:01 +0000 Subject: [PATCH] Release 2025.02.08 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b618108fb..f673bc4e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2025.02.08 + + +### Updated + +- Update coverage to 7.6.11 ([#5681](https://github.com/cookiecutter/cookiecutter-django/pull/5681)) + ## 2025.02.07 diff --git a/pyproject.toml b/pyproject.toml index 0f7d3518e..538e90e35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cookiecutter-django" -version = "2025.02.07" +version = "2025.02.08" description = "A Cookiecutter template for creating production-ready Django projects quickly." readme = "README.md" keywords = [ diff --git a/uv.lock b/uv.lock index 960fe9a81..3c04f3eab 100644 --- a/uv.lock +++ b/uv.lock @@ -182,7 +182,7 @@ wheels = [ [[package]] name = "cookiecutter-django" -version = "2025.2.7" +version = "2025.2.8" source = { virtual = "." } dependencies = [ { name = "binaryornot" },