Skip to content

Commit

Permalink
Merge pull request #149 from thallada/thallada/v2.1.5
Browse files Browse the repository at this point in the history
Bump version to v2.1.5
  • Loading branch information
awaisdar001 authored Dec 20, 2017
2 parents 26a8c5c + fe835e6 commit 8d33c51
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.4.tar.gz"
- "pip install dist/xblock-drag-and-drop-v2-2.1.5.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.4',
version='2.1.5',
description='XBlock - Drag-and-Drop v2',
packages=['drag_and_drop_v2'],
install_requires=[
Expand Down

0 comments on commit 8d33c51

Please sign in to comment.