From 2a5c44dac1b619e4bc75e37a13cafe2c621430a8 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 31 Jul 2025 02:46:32 +0000 Subject: [PATCH] Release 2025.07.30 --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2d6751d8..6c9fdfd1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All enhancements and patches to Cookiecutter Django will be documented in this f +## 2025.07.30 + + +### Changed + +- docs: remove `$` from shell command examples for easier copy-pasting ([#5948](https://github.com/cookiecutter/cookiecutter-django/pull/5948)) + +### Updated + +- Update sentry-sdk to 2.34.1 ([#5955](https://github.com/cookiecutter/cookiecutter-django/pull/5955)) + +- Update ruff to 0.12.7 ([#5952](https://github.com/cookiecutter/cookiecutter-django/pull/5952)) + ## 2025.07.27 diff --git a/pyproject.toml b/pyproject.toml index f90a313c3..f86c1ffba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cookiecutter-django" -version = "2025.07.27" +version = "2025.07.30" description = "A Cookiecutter template for creating production-ready Django projects quickly." readme = "README.md" keywords = [ diff --git a/uv.lock b/uv.lock index 2c76bd476..a07aa96f5 100644 --- a/uv.lock +++ b/uv.lock @@ -182,7 +182,7 @@ wheels = [ [[package]] name = "cookiecutter-django" -version = "2025.7.27" +version = "2025.7.30" source = { virtual = "." } dependencies = [ { name = "binaryornot" },