Skip to content

Commit dc22784

Browse files
authored
chore: bump version (#745)
1 parent 12fc820 commit dc22784

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ Change history for XBlock
55
Unreleased
66
----------
77

8+
4.0.1 - 2024-04-24
9+
------------------
10+
11+
* unpin lxml constraint.
12+
813
4.0.0 - 2024-04-18
914
------------------
1015

xblock/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
XBlock Courseware Components
33
"""
44

5-
__version__ = '4.0.0'
5+
__version__ = '4.0.1'

0 commit comments

Comments
 (0)