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 a73e887 commit df66b22Copy full SHA for df66b22
CHANGELOG.rst
@@ -2,6 +2,11 @@
2
Changelog
3
=========
4
5
+1.3.4 (2024-09-30)
6
+==================
7
+
8
+* fix: Pin django-entangled dependency to <0.6.
9
10
1.3.3 (2024-07-11)
11
==================
12
djangocms_frontend/__init__.py
@@ -19,4 +19,4 @@
19
13. Github actions will publish the new package to pypi
20
"""
21
22
-__version__ = "1.3.3"
+__version__ = "1.3.4"
setup.py
@@ -9,7 +9,7 @@
"django-filer>=1.7",
"easy-thumbnails",
"djangocms-attributes-field>=1",
- "django-entangled>=0.5.4",
+ "django-entangled>=0.5.4,<0.6",
13
]
14
15
EXTRA_REQUIREMENTS = {
0 commit comments