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 db2d8f8 + e80681b commit 2a9bc5aCopy full SHA for 2a9bc5a
.travis.yml
@@ -9,7 +9,7 @@ install:
9
- "sh install_test_deps.sh"
10
- "pip uninstall -y xblock-drag-and-drop-v2"
11
- "python setup.py sdist"
12
- - "pip install dist/xblock-drag-and-drop-v2-2.0.6.tar.gz"
+ - "pip install dist/xblock-drag-and-drop-v2-2.0.7.tar.gz"
13
script:
14
- pep8 drag_and_drop_v2 tests --max-line-length=120
15
- pylint drag_and_drop_v2 tests
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.0.6',
+ version='2.0.7',
27
description='XBlock - Drag-and-Drop v2',
28
packages=['drag_and_drop_v2'],
29
install_requires=[
0 commit comments