Skip to content

Commit a340637

Browse files
committed
chore: bump version to 3.11.9.0
1 parent 3ca1281 commit a340637

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+
3.11.9.0 (2024-10-27)
7+
=====================
8+
9+
* Added support for django CMS 3.11.9
10+
11+
612
3.11.8.0 (2024-09-27)
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__ = '3.11.8.0'
1+
__version__ = '3.11.9.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==3.11.8',
8+
'django-cms==3.11.9',
99

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

0 commit comments

Comments
 (0)