Commit 7b5bc7d5 by Eugeny Kolpakov Committed by GitHub

Merge pull request #94 from open-craft/ekolpakov/v2.0.8

Version bump: v2.0.8
parents 90c54f0a ac6512e3
......@@ -9,7 +9,7 @@ install:
- "sh install_test_deps.sh"
- "pip uninstall -y xblock-drag-and-drop-v2"
- "python setup.py sdist"
- "pip install dist/xblock-drag-and-drop-v2-2.0.7.tar.gz"
- "pip install dist/xblock-drag-and-drop-v2-2.0.8.tar.gz"
script:
- pep8 drag_and_drop_v2 tests --max-line-length=120
- pylint drag_and_drop_v2
......
Version 2.0.8 (2016-08-15)
--------------------------
* Numerical input feature removed
* Multiple drop zones per item
* Assessment mode - first version
Version 2.0.7 (2016-06-10)
--------------------------
* Translation fix: removed duplicate entries in translation files
Version 2.0.6 (2016-05-20)
--------------------------
......
......@@ -23,7 +23,7 @@ def package_data(pkg, root_list):
setup(
name='xblock-drag-and-drop-v2',
version='2.0.7',
version='2.0.8',
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