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.
1 parent 62cf7a9 commit ef68dd5Copy full SHA for ef68dd5
.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.6.tar.gz"
+ - "pip install dist/xblock-drag-and-drop-v2-2.1.7.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.6',
+ version='2.1.7',
27
description='XBlock - Drag-and-Drop v2',
28
packages=['drag_and_drop_v2'],
29
install_requires=[
0 commit comments