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