Release 2025.12.03

This commit is contained in:
github-actions 2025-12-04 02:38:48 +00:00
parent 937b094df5
commit 684572a340
3 changed files with 15 additions and 2 deletions

View File

@ -3,6 +3,19 @@ All enhancements and patches to Cookiecutter Django will be documented in this f
<!-- GENERATOR_PLACEHOLDER -->
## 2025.12.03
### Changed
- Add docker buildkit flag ([#6219](https://github.com/cookiecutter/cookiecutter-django/pull/6219))
### Updated
- Update sentry-sdk to 2.47.0 ([#6223](https://github.com/cookiecutter/cookiecutter-django/pull/6223))
- Update psycopg to 3.3.1 ([#6221](https://github.com/cookiecutter/cookiecutter-django/pull/6221))
## 2025.12.02

View File

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

View File

@ -167,7 +167,7 @@ wheels = [
[[package]]
name = "cookiecutter-django"
version = "2025.12.2"
version = "2025.12.3"
source = { virtual = "." }
dependencies = [
{ name = "binaryornot" },