From 1ec465bb5dfd75d38588cf3e5960319309ec17c8 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Fri, 12 Aug 2016 20:50:19 +0200 Subject: [PATCH 1/2] docs: Add v2.0.1 release date --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index f3482ea2..97ac8676 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,7 +5,7 @@ Changelog This changelog is used to track all major changes to Mopidy. -v2.0.1 (UNRELEASED) +v2.0.1 (2016-08-16) =================== Bug fix release. From 30115192312c9da764c9b22439f59f646f917aef Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Fri, 12 Aug 2016 20:51:15 +0200 Subject: [PATCH 2/2] Bump version to 2.0.1 --- docs/releasing.rst | 3 +-- mopidy/__init__.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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'