diff --git a/docs/changelog.rst b/docs/changelog.rst index de5d80b0..98a0d944 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -17,7 +17,7 @@ Feature release. (Fixes: :issue:`1133`, :issue:`1516`, PR: :issue:`1523`) -v2.0.1 (UNRELEASED) +v2.0.1 (2016-08-16) =================== Bug fix release. diff --git a/docs/releasing.rst b/docs/releasing.rst index 8d489146..5bd4dfeb 100644 --- a/docs/releasing.rst +++ b/docs/releasing.rst @@ -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:: diff --git a/mopidy/__init__.py b/mopidy/__init__.py index 4a6370e8..184f5991 100644 --- a/mopidy/__init__.py +++ b/mopidy/__init__.py @@ -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'