We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26a8c5c + fe835e6 commit 8d33c51Copy full SHA for 8d33c51
.travis.yml
@@ -12,7 +12,7 @@ install:
12
- "pip install selenium==2.53.0"
13
- "pip uninstall -y xblock-drag-and-drop-v2"
14
- "python setup.py sdist"
15
- - "pip install dist/xblock-drag-and-drop-v2-2.1.4.tar.gz"
+ - "pip install dist/xblock-drag-and-drop-v2-2.1.5.tar.gz"
16
script:
17
- pep8 drag_and_drop_v2 tests --max-line-length=120
18
- pylint drag_and_drop_v2
setup.py
@@ -23,7 +23,7 @@ def package_data(pkg, root_list):
23
24
setup(
25
name='xblock-drag-and-drop-v2',
26
- version='2.1.4',
+ version='2.1.5',
27
description='XBlock - Drag-and-Drop v2',
28
packages=['drag_and_drop_v2'],
29
install_requires=[
0 commit comments