We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc55c8c commit b27fd26Copy full SHA for b27fd26
CHANGELOG.md
@@ -3,6 +3,15 @@ All enhancements and patches to Cookiecutter Django will be documented in this f
3
4
<!-- GENERATOR_PLACEHOLDER -->
5
6
+## 2024.03.07
7
+
8
9
+### Updated
10
11
+- Auto-update pre-commit hooks ([#4907](https://github.com/cookiecutter/cookiecutter-django/pull/4907))
12
13
+- Update sentry-sdk to 1.41.0 ([#4908](https://github.com/cookiecutter/cookiecutter-django/pull/4908))
14
15
## 2024.03.06
16
17
setup.py
@@ -5,7 +5,7 @@
from distutils.core import setup
# We use calendar versioning
-version = "2024.03.06"
+version = "2024.03.07"
with open("README.md") as readme_file:
long_description = readme_file.read()
0 commit comments