We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7c995b commit 70bd35dCopy full SHA for 70bd35d
CHANGELOG.md
@@ -3,6 +3,13 @@ All enhancements and patches to Cookiecutter Django will be documented in this f
3
4
<!-- GENERATOR_PLACEHOLDER -->
5
6
+## 2025.01.24
7
+
8
9
+### Updated
10
11
+- Update ruff to 0.9.3 ([#5654](https://github.com/cookiecutter/cookiecutter-django/pull/5654))
12
13
## 2025.01.21
14
15
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "cookiecutter-django"
-version = "2025.01.21"
+version = "2025.01.24"
description = "A Cookiecutter template for creating production-ready Django projects quickly."
readme = "README.md"
keywords = [
0 commit comments