We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92491bc commit b1bc92fCopy full SHA for b1bc92f
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
+## 2024.12.20
7
+
8
9
+### Updated
10
11
+- Update ruff to 0.8.4 ([#5595](https://github.com/cookiecutter/cookiecutter-django/pull/5595))
12
13
## 2024.12.17
14
15
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "cookiecutter-django"
-version = "2024.12.17"
+version = "2024.12.20"
description = "A Cookiecutter template for creating production-ready Django projects quickly."
readme = "README.md"
keywords = [
0 commit comments