Skip to content

Commit

Permalink
fix: fixed issue with workflow (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
aht007 committed Feb 1, 2022
1 parent cf47813 commit e10f638
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
File renamed without changes.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Change history for XBlock

These are notable changes in XBlock.

1.6.1 - 2022-01-28
------------------

* Fix Release Issue with PyPi release workflow

1.6.0 - 2022-01-25
------------------

Expand Down
2 changes: 1 addition & 1 deletion xblock/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ def __init__(self, *args, **kwargs):
# without causing a circular import
xblock.fields.XBlockMixin = XBlockMixin

__version__ = '1.6.0'
__version__ = '1.6.1'

0 comments on commit e10f638

Please sign in to comment.