Skip to content

Commit c37d36e

Browse files
committed
chore: Prepare 1.3.4 release
1 parent 7f3d8ad commit c37d36e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog
33
=========
44

5+
1.3.4 (2024-09-30)
6+
==================
7+
8+
* fix pin django-entangled dependency to < 0.6
9+
510
1.3.3 (2024-07-11)
611
==================
712

djangocms_frontend/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
13. Github actions will publish the new package to pypi
2020
"""
2121

22-
__version__ = "1.3.3"
22+
__version__ = "1.3.4"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"django-filer>=1.7",
1010
"easy-thumbnails",
1111
"djangocms-attributes-field>=1",
12-
"django-entangled>=0.5.4",
12+
"django-entangled>=0.5.4,<0.6",
1313
]
1414

1515
EXTRA_REQUIREMENTS = {

0 commit comments

Comments
 (0)