Release 2025.02.06

This commit is contained in:
github-actions 2025-02-07 02:27:02 +00:00
parent 17e5ad3f17
commit c37b46e5cf
3 changed files with 13 additions and 2 deletions

View File

@ -3,6 +3,17 @@ All enhancements and patches to Cookiecutter Django will be documented in this f
<!-- GENERATOR_PLACEHOLDER -->
## 2025.02.06
### Fixed
- Bump node version in production Dockerfile from 20 to 22.13 ([#5672](https://github.com/cookiecutter/cookiecutter-django/pull/5672))
### Updated
- Update ruff to 0.9.5 ([#5673](https://github.com/cookiecutter/cookiecutter-django/pull/5673))
## 2025.02.05

View File

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

View File

@ -182,7 +182,7 @@ wheels = [
[[package]]
name = "cookiecutter-django"
version = "2025.2.5"
version = "2025.2.6"
source = { virtual = "." }
dependencies = [
{ name = "binaryornot" },