We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2b2d36 commit 83ceb39Copy full SHA for 83ceb39
2 files changed
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.04.05
7
+
8
9
+### Updated
10
11
+- Update django-webpack-loader to 3.1.0 ([#4965](https://github.com/cookiecutter/cookiecutter-django/pull/4965))
12
13
## 2024.04.03
14
15
setup.py
@@ -5,7 +5,7 @@
from distutils.core import setup
# We use calendar versioning
-version = "2024.04.03"
+version = "2024.04.05"
with open("README.md") as readme_file:
long_description = readme_file.read()
0 commit comments