Skip to content

Commit

Permalink
Merge pull request #130 from edx-solutions/sstudent/new_release
Browse files Browse the repository at this point in the history
v2.0.18
  • Loading branch information
sanfordstudent committed Apr 5, 2017
2 parents 8badce0 + 5465324 commit c4ff251
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.0.17.tar.gz"
- "pip install dist/xblock-drag-and-drop-v2-2.0.18.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.0.17',
version='2.0.18',
description='XBlock - Drag-and-Drop v2',
packages=['drag_and_drop_v2'],
install_requires=[
Expand Down

0 comments on commit c4ff251

Please sign in to comment.