Skip to content

Commit 8d33c51

Browse files
authored
Merge pull request #149 from thallada/thallada/v2.1.5
Bump version to v2.1.5
2 parents 26a8c5c + fe835e6 commit 8d33c51

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.4.tar.gz"
15+
- "pip install dist/xblock-drag-and-drop-v2-2.1.5.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.4',
26+
version='2.1.5',
2727
description='XBlock - Drag-and-Drop v2',
2828
packages=['drag_and_drop_v2'],
2929
install_requires=[

0 commit comments

Comments
 (0)