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