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 4e506b4 commit cf375e9Copy full SHA for cf375e9
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.11.08
7
+
8
9
+### Updated
10
11
+- Update ruff pre-commit hook to 0.7.3 ([#5522](https://github.com/cookiecutter/cookiecutter-django/pull/5522))
12
13
## 2024.11.07
14
15
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "cookiecutter-django"
-version = "2024.11.07"
+version = "2024.11.08"
description = "A Cookiecutter template for creating production-ready Django projects quickly."
readme = "README.md"
keywords = [
0 commit comments