Skip to content

Commit 914ec2d

Browse files
authored
[BB-2120] Unpin xblock-html PATCH version (#3)
1 parent 9bbaf88 commit 914ec2d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ django-statici18n==1.8.0
55
edx-i18n-tools==0.4.7
66
Mako==1.0.7
77
bleach==2.1.4
8-
html-xblock==0.1.1
8+
html-xblock~=0.1.1

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def package_data(pkg, roots):
2323

2424
setup(
2525
name='completable-html-xblock',
26-
version='0.1.1',
26+
version='0.1.2',
2727
description='HTML XBlock will help creating and using a secure, easy-to-use and completable HTML blocks',
2828
license='AGPL v3',
2929
packages=[
@@ -32,7 +32,7 @@ def package_data(pkg, roots):
3232
install_requires=[
3333
'XBlock',
3434
'bleach',
35-
'html-xblock==0.1.1',
35+
'html-xblock~=0.1.1',
3636
],
3737
entry_points={
3838
'xblock.v1': [

0 commit comments

Comments
 (0)