We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ee722d commit 37546b9Copy full SHA for 37546b9
CHANGELOG.rst
@@ -14,9 +14,17 @@ Change Log
14
Unreleased
15
**********
16
17
+0.15.1 - 2026-03-18
18
+**********************************************
19
+
20
+Added
21
+=====
22
23
0.15.0 - 2026-03-18
24
**********************************************
25
26
+* Implemented JSON-based view to fetch a PDF-block's settings.
27
28
Added
29
=====
30
xblocks_contrib/__init__.py
@@ -9,4 +9,4 @@
9
from .video import VideoBlock
10
from .word_cloud import WordCloudBlock
11
12
-__version__ = "0.15.0"
+__version__ = "0.15.1"
0 commit comments