We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1af0757 commit 207a9e5Copy full SHA for 207a9e5
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.07.26
7
+
8
9
+### Updated
10
11
+- Update ruff to 0.5.5 ([#5250](https://github.com/cookiecutter/cookiecutter-django/pull/5250))
12
13
## 2024.07.25
14
15
setup.py
@@ -5,7 +5,7 @@
from distutils.core import setup
# We use calendar versioning
-version = "2024.07.25"
+version = "2024.07.26"
with open("README.md") as readme_file:
long_description = readme_file.read()
0 commit comments