Skip to content

Commit 231c197

Browse files
committed
Bump version
1 parent c37d36e commit 231c197

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.rst

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

5+
1.3.5 (2024-11-11)
6+
==================
7+
8+
* fix: XSS vulnerability by @fsbraun in https://github.com/django-cms/djangocms-frontend/pull/244
9+
10+
511
1.3.4 (2024-09-30)
612
==================
713

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.4"
22+
__version__ = "1.3.5"

0 commit comments

Comments
 (0)