We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12fc820 commit dc22784Copy full SHA for dc22784
CHANGELOG.rst
@@ -5,6 +5,11 @@ Change history for XBlock
5
Unreleased
6
----------
7
8
+4.0.1 - 2024-04-24
9
+------------------
10
+
11
+* unpin lxml constraint.
12
13
4.0.0 - 2024-04-18
14
------------------
15
xblock/__init__.py
@@ -2,4 +2,4 @@
2
XBlock Courseware Components
3
"""
4
-__version__ = '4.0.0'
+__version__ = '4.0.1'
0 commit comments