Skip to content

Commit

Permalink
Version bump to 2.1.7 (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
moeez96 authored and xitij2000 committed Oct 30, 2018
1 parent 62cf7a9 commit ef68dd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ install:
- "pip install selenium==2.53.0"
- "pip uninstall -y xblock-drag-and-drop-v2"
- "python setup.py sdist"
- "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"
script:
- pep8 drag_and_drop_v2 tests --max-line-length=120
- pylint drag_and_drop_v2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def package_data(pkg, root_list):

setup(
name='xblock-drag-and-drop-v2',
version='2.1.6',
version='2.1.7',
description='XBlock - Drag-and-Drop v2',
packages=['drag_and_drop_v2'],
install_requires=[
Expand Down

0 comments on commit ef68dd5

Please sign in to comment.