We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 723a388 commit bb6e408Copy full SHA for bb6e408
CHANGELOG.md
@@ -3,6 +3,17 @@ All enhancements and patches to Cookiecutter Django will be documented in this f
3
4
<!-- GENERATOR_PLACEHOLDER -->
5
6
+## 2025.01.21
7
+
8
9
+### Changed
10
11
+- Update linter error code from TCH to TC ([#5651](https://github.com/cookiecutter/cookiecutter-django/pull/5651))
12
13
+### Updated
14
15
+- Update pre-commit to 4.1.0 ([#5650](https://github.com/cookiecutter/cookiecutter-django/pull/5650))
16
17
## 2025.01.20
18
19
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "cookiecutter-django"
-version = "2025.01.20"
+version = "2025.01.21"
description = "A Cookiecutter template for creating production-ready Django projects quickly."
readme = "README.md"
keywords = [
0 commit comments