Commit 80bb2db1 by Jillian Vogel

Merge pull request #68 from open-craft/tag-2.0.6

Version 2.0.6
parents e02f1e9a 3f74c11d
......@@ -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.5.tar.gz"
- "pip install dist/xblock-drag-and-drop-v2-2.0.6.tar.gz"
script:
- pep8 drag_and_drop_v2 tests --max-line-length=120
- pylint drag_and_drop_v2 tests
......
Version 2.0.6 (2016-05-20)
--------------------------
* Accessibility fix: Removes role="application"
Version 2.0.5 (2016-03-30)
--------------------------
......
......@@ -23,7 +23,7 @@ def package_data(pkg, root_list):
setup(
name='xblock-drag-and-drop-v2',
version='2.0.5',
version='2.0.6',
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