Skip to content

Commit ff140b2

Browse files
committed
Prepare hotfix release
1 parent 42c9b89 commit ff140b2

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+
0.8.6 (23-05-2025)
6+
==================
7+
8+
* fix: Adding text-enabled plugins failed after adding first plugin by @fsbraun in https://github.com/django-cms/djangocms-text/pull/91
9+
* fix: Crashed if `STATIC_URL` was not set by @fsbraun
10+
511
0.8.5 (15-05-2025)
612
==================
713

djangocms_text/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
10. Github actions will publish the new package to pypi
1717
"""
1818

19-
__version__ = "0.8.5"
19+
__version__ = "0.8.6"

0 commit comments

Comments
 (0)