Skip to content

Commit

Permalink
chore: bump version to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ormsbee committed May 16, 2024
1 parent 7d72ad0 commit 003ae98
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ Change history for XBlock
Unreleased
----------

4.1.0 - 2024-05-16
------------------

* optional streaming response support added to webob_to_django_response

4.0.1 - 2024-04-24
------------------

Expand Down
2 changes: 1 addition & 1 deletion xblock/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
XBlock Courseware Components
"""

__version__ = '4.0.1'
__version__ = '4.1.0'

0 comments on commit 003ae98

Please sign in to comment.