We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 488e486 commit 41a861eCopy full SHA for 41a861e
CHANGELOG.rst
@@ -14,6 +14,14 @@ Change Log
14
Unreleased
15
**********
16
17
+0.15.0 - 2026-03-18
18
+**********************************************
19
+
20
+Added
21
+=====
22
23
+* Implemented the Discussion XBlock, extracted from edx-platform.
24
25
0.13.1 - 2026-03-09
26
**********************************************
27
xblocks_contrib/__init__.py
@@ -9,4 +9,4 @@
9
from .video import VideoBlock
10
from .word_cloud import WordCloudBlock
11
12
-__version__ = "0.14.0"
+__version__ = "0.15.0"
0 commit comments