From 2157e130e40f4b3be7a7ef9a67bbeb56ec9d8f06 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 27 Aug 2025 02:33:14 +0000 Subject: [PATCH] Release 2025.08.26 --- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1735a1ad7..4daf7ef9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2025.08.26 + + +### Updated + +- Update sentry-sdk to 2.35.1 ([#5988](https://github.com/cookiecutter/cookiecutter-django/pull/5988)) + +- Update sphinx-autobuild to 2025.8.25 ([#5989](https://github.com/cookiecutter/cookiecutter-django/pull/5989)) + ## 2025.08.25 diff --git a/pyproject.toml b/pyproject.toml index eae2f6e90..4776d16a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cookiecutter-django" -version = "2025.08.25" +version = "2025.08.26" description = "A Cookiecutter template for creating production-ready Django projects quickly." readme = "README.md" keywords = [ diff --git a/uv.lock b/uv.lock index 1b087684b..f8d810166 100644 --- a/uv.lock +++ b/uv.lock @@ -182,7 +182,7 @@ wheels = [ [[package]] name = "cookiecutter-django" -version = "2025.8.25" +version = "2025.8.26" source = { virtual = "." } dependencies = [ { name = "binaryornot" },