Skip to content

Commit ef68dd5

Browse files
moeez96xitij2000
authored andcommitted
Version bump to 2.1.7 (#190)
1 parent 62cf7a9 commit ef68dd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ install:
1212
- "pip install selenium==2.53.0"
1313
- "pip uninstall -y xblock-drag-and-drop-v2"
1414
- "python setup.py sdist"
15-
- "pip install dist/xblock-drag-and-drop-v2-2.1.6.tar.gz"
15+
- "pip install dist/xblock-drag-and-drop-v2-2.1.7.tar.gz"
1616
script:
1717
- pep8 drag_and_drop_v2 tests --max-line-length=120
1818
- pylint drag_and_drop_v2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def package_data(pkg, root_list):
2323

2424
setup(
2525
name='xblock-drag-and-drop-v2',
26-
version='2.1.6',
26+
version='2.1.7',
2727
description='XBlock - Drag-and-Drop v2',
2828
packages=['drag_and_drop_v2'],
2929
install_requires=[

0 commit comments

Comments
 (0)