Skip to content

Commit 9fb42a9

Browse files
committed
chore: bumped version to 4.1.4.0
1 parent 08cb748 commit 9fb42a9

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ Changelog
33
=========
44

55

6+
4.1.4.0 (2024-11-27)
7+
====================
8+
9+
* Added support for django CMS 4.1.4
10+
11+
612
4.1.3.1 (2024-11-08)
713
====================
814

aldryn_django_cms/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '4.1.3.1'
1+
__version__ = '4.1.4.0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
REQUIREMENTS = [
8-
'django-cms==4.1.3',
8+
'django-cms==4.1.4',
99

1010
'aldryn-addons',
1111
'requests',

0 commit comments

Comments
 (0)