Commit 5c85fce4 by Matjaz Gregoric Committed by GitHub

Merge pull request #139 from open-craft/cgopalan/dnd-v2-version-bump

Version bump to 2.1.3
parents e202cab5 095504e3
......@@ -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.2.tar.gz"
- "pip install dist/xblock-drag-and-drop-v2-2.1.3.tar.gz"
script:
- pep8 drag_and_drop_v2 tests --max-line-length=120
- pylint drag_and_drop_v2
......
Version 2.1.3 (2017-10-05)
---------------------------
* Prevent target image from shrinking in mobile, and make it scrollable (PR #135)
Version 2.1.2 (2017-10-02)
---------------------------
......
......@@ -23,7 +23,7 @@ def package_data(pkg, root_list):
setup(
name='xblock-drag-and-drop-v2',
version='2.1.2',
version='2.1.3',
description='XBlock - Drag-and-Drop v2',
packages=['drag_and_drop_v2'],
install_requires=[
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment