Skip to content

Commit

Permalink
chore: bump html-xblock version
Browse files Browse the repository at this point in the history
  • Loading branch information
Agrendalath committed Jul 8, 2022
1 parent fc70254 commit 55a381b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def package_data(pkg, roots):

setup(
name='completable-html-xblock',
version='1.1.0',
version='1.2.0',
description='HTML XBlock will help creating and using a secure, easy-to-use and completable HTML blocks',
license='AGPL v3',
packages=[
Expand All @@ -32,7 +32,7 @@ def package_data(pkg, roots):
install_requires=[
'XBlock',
'bleach',
'html-xblock~=1.1.0',
'html-xblock~=1.2.0',
],
entry_points={
'xblock.v1': [
Expand Down

0 comments on commit 55a381b

Please sign in to comment.