Skip to content

Commit b63379e

Browse files
committed
chore: bump version
1 parent 65829e0 commit b63379e

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ Change history for XBlock
55
Unreleased
66
----------
77

8+
6.2.0 - 2026-06-09
9+
------------------
10+
11+
* Migrated web_fragments into XBlock's project. You should remove web_fragments as a separate dependency if you
12+
currently depend on it directly.
13+
814
5.3.0 - 2025-12-19
915
------------------
1016

web_fragments/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""
22
Web fragments.
33
"""
4-
__version__ = '4.0.0'
4+
__version__ = '4.1.0'

xblock/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
XBlock Courseware Components
33
"""
44

5-
__version__ = '6.1.0'
5+
__version__ = '6.2.0'

0 commit comments

Comments
 (0)