Release 2025.12.23

This commit is contained in:
github-actions 2025-12-24 02:40:12 +00:00
parent cdf78e03b8
commit 6a8206c8a4
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.23
### Fixed
- Remove silent `ImportError` suppression in `UsersConfig.ready()` ([#6263](https://github.com/cookiecutter/cookiecutter-django/pull/6263))
- Switch Dependabot to uv ecosystem ([#6258](https://github.com/cookiecutter/cookiecutter-django/pull/6258))
### Updated
- Update collectfasta to 3.3.2 ([#6262](https://github.com/cookiecutter/cookiecutter-django/pull/6262))
## 2025.12.22

View File

@ -1,6 +1,6 @@
[project]
name = "cookiecutter-django"
version = "2025.12.22"
version = "2025.12.23"
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.22"
version = "2025.12.23"
source = { virtual = "." }
dependencies = [
{ name = "binaryornot" },