Bump version to 2.0.1

This commit is contained in:
Stein Magnus Jodal 2016-08-12 20:51:15 +02:00
parent 1ec465bb5d
commit 3011519231
2 changed files with 2 additions and 3 deletions

View File

@ -13,8 +13,7 @@ Creating releases
#. Update changelog and commit it.
#. Bump the version number in ``mopidy/__init__.py``. Remember to update the
test case in ``tests/test_version.py``.
#. Bump the version number in ``mopidy/__init__.py``.
#. Merge the release branch (``develop`` in the example) into master::

View File

@ -14,4 +14,4 @@ if not (2, 7) <= sys.version_info < (3,):
warnings.filterwarnings('ignore', 'could not open display')
__version__ = '2.0.0'
__version__ = '2.0.1'