diff --git a/CHANGELOG.md b/CHANGELOG.md index fc28af5d5..3075b537a 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.09.04 + + +### Updated + +- Update django-anymail to 13.1 ([#6007](https://github.com/cookiecutter/cookiecutter-django/pull/6007)) + +- Update sentry-sdk to 2.36.0 ([#6006](https://github.com/cookiecutter/cookiecutter-django/pull/6006)) + ## 2025.09.03 diff --git a/pyproject.toml b/pyproject.toml index 6fa1a0d9a..68096eede 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cookiecutter-django" -version = "2025.09.03" +version = "2025.09.04" description = "A Cookiecutter template for creating production-ready Django projects quickly." readme = "README.md" keywords = [ diff --git a/uv.lock b/uv.lock index 780ab343e..642b721fc 100644 --- a/uv.lock +++ b/uv.lock @@ -182,7 +182,7 @@ wheels = [ [[package]] name = "cookiecutter-django" -version = "2025.9.3" +version = "2025.9.4" source = { virtual = "." } dependencies = [ { name = "binaryornot" },