Release 2025.09.15

This commit is contained in:
github-actions 2025-09-16 02:30:44 +00:00
parent 3930b67194
commit b968755fd0
3 changed files with 17 additions and 2 deletions

View File

@ -3,6 +3,21 @@ All enhancements and patches to Cookiecutter Django will be documented in this f
<!-- GENERATOR_PLACEHOLDER -->
## 2025.09.15
### Changed
- Upgrade to Django 5.2 ([#5962](https://github.com/cookiecutter/cookiecutter-django/pull/5962))
### Updated
- Update sentry-sdk to 2.38.0 ([#6057](https://github.com/cookiecutter/cookiecutter-django/pull/6057))
- Bump sass from 1.77.6 to 1.92.1 ([#6021](https://github.com/cookiecutter/cookiecutter-django/pull/6021))
- Bump amazon/aws-cli from 2.30.0 to 2.30.1 ([#6056](https://github.com/cookiecutter/cookiecutter-django/pull/6056))
## 2025.09.14

View File

@ -1,6 +1,6 @@
[project]
name = "cookiecutter-django"
version = "2025.09.14"
version = "2025.09.15"
description = "A Cookiecutter template for creating production-ready Django projects quickly."
readme = "README.md"
keywords = [

View File

@ -183,7 +183,7 @@ wheels = [
[[package]]
name = "cookiecutter-django"
version = "2025.9.14"
version = "2025.9.15"
source = { virtual = "." }
dependencies = [
{ name = "binaryornot" },