Commit 292c2baf by Eugeny Kolpakov Committed by GitHub

Merge pull request #109 from edx-solutions/v2.0.12

Bumped DnDv2 version to 2.0.12
parents 73ea5963 e9009a8e
......@@ -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.0.11.tar.gz"
- "pip install dist/xblock-drag-and-drop-v2-2.0.12.tar.gz"
script:
- pep8 drag_and_drop_v2 tests --max-line-length=120
- pylint drag_and_drop_v2
......
Version 2.0.12 (2016-11-08)
---------------------------
* ([#108](https://github.com/edx-solutions/xblock-drag-and-drop-v2/pull/108)) Grading updates:
* [SOL-2030][sol-2030] Grade information is now displayed beneath the display name of the problem (similar to CAPA)
* [SOL-2094][sol-2094] Fixed problem preventing DnDv2 blocks from being scored or graded.
* Highest grade achieved is now displayed in feedback area
* Renamed "Maximum score" field to "Problem Weight" to be in line with CAPA problems and avoid confusion.
[sol-2030]: https://openedx.atlassian.net/browse/SOL-2030
[sol-2094]: https://openedx.atlassian.net/browse/SOL-2094
Version 2.0.11 (2016-10-03)
---------------------------
......
......@@ -23,7 +23,7 @@ def package_data(pkg, root_list):
setup(
name='xblock-drag-and-drop-v2',
version='2.0.11',
version='2.0.12',
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