diff --git a/README.rst b/README.rst index 1b9c38b..2c7dd59 100644 --- a/README.rst +++ b/README.rst @@ -77,7 +77,7 @@ Project resources Changelog ========= -v2.0.2 (UNRELEASED) +v2.0.2 (2016-01-03) ------------------- - Handle HTTP connection errors without a response. (PR #61) diff --git a/mopidy_soundcloud/__init__.py b/mopidy_soundcloud/__init__.py index d37046d..5ffa58b 100644 --- a/mopidy_soundcloud/__init__.py +++ b/mopidy_soundcloud/__init__.py @@ -6,7 +6,7 @@ from mopidy.exceptions import ExtensionError -__version__ = '2.0.1' +__version__ = '2.0.2' class SoundCloudExtension(ext.Extension):