We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0901530 commit 4937e29Copy full SHA for 4937e29
CHANGELOG.md
@@ -3,6 +3,17 @@ All enhancements and patches to Cookiecutter Django will be documented in this f
3
4
<!-- GENERATOR_PLACEHOLDER -->
5
6
+## 2024.04.24
7
+
8
9
+### Changed
10
11
+- Disable UP038 Ruff rule to avoid introducing slower code ([#5020](https://github.com/cookiecutter/cookiecutter-django/pull/5020))
12
13
+### Updated
14
15
+- Update django-allauth to 0.62.1 ([#5021](https://github.com/cookiecutter/cookiecutter-django/pull/5021))
16
17
## 2024.04.23
18
19
setup.py
@@ -5,7 +5,7 @@
from distutils.core import setup
# We use calendar versioning
-version = "2024.04.23"
+version = "2024.04.24"
with open("README.md") as readme_file:
long_description = readme_file.read()
0 commit comments