Skip to content

Commit ec4d540

Browse files
authored
Merge pull request #137 from edx-solutions/mtyaka/bump-version
Bump version to 2.1.2
2 parents dd91427 + 1c8fdd8 commit ec4d540

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-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.1.tar.gz"
15+
- "pip install dist/xblock-drag-and-drop-v2-2.1.2.tar.gz"
1616
script:
1717
- pep8 drag_and_drop_v2 tests --max-line-length=120
1818
- pylint drag_and_drop_v2

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 2.1.2 (2017-10-02)
2+
---------------------------
3+
4+
* Ability to generate zones and background image automatically (PR #136)
5+
16
Version 2.1.1 (2017-09-26)
27
---------------------------
38

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.1',
26+
version='2.1.2',
2727
description='XBlock - Drag-and-Drop v2',
2828
packages=['drag_and_drop_v2'],
2929
install_requires=[

0 commit comments

Comments
 (0)