We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
xblock-html
1 parent 9bbaf88 commit 914ec2dCopy full SHA for 914ec2d
requirements/base.txt
@@ -5,4 +5,4 @@ django-statici18n==1.8.0
5
edx-i18n-tools==0.4.7
6
Mako==1.0.7
7
bleach==2.1.4
8
-html-xblock==0.1.1
+html-xblock~=0.1.1
setup.py
@@ -23,7 +23,7 @@ def package_data(pkg, roots):
23
24
setup(
25
name='completable-html-xblock',
26
- version='0.1.1',
+ version='0.1.2',
27
description='HTML XBlock will help creating and using a secure, easy-to-use and completable HTML blocks',
28
license='AGPL v3',
29
packages=[
@@ -32,7 +32,7 @@ def package_data(pkg, roots):
32
install_requires=[
33
'XBlock',
34
'bleach',
35
- 'html-xblock==0.1.1',
+ 'html-xblock~=0.1.1',
36
],
37
entry_points={
38
'xblock.v1': [
0 commit comments