diff --git a/README.rst b/README.rst index e055d36c..85fa9d5b 100644 --- a/README.rst +++ b/README.rst @@ -97,7 +97,7 @@ Project resources Changelog ========= -v1.1.3 (UNRELEASED) +v1.1.3 (2014-02-18) ------------------- - Switch to new backend API locations, required by the upcoming Mopidy 0.19 diff --git a/mopidy_spotify/__init__.py b/mopidy_spotify/__init__.py index 550ee6e6..e0368a25 100644 --- a/mopidy_spotify/__init__.py +++ b/mopidy_spotify/__init__.py @@ -5,7 +5,7 @@ from mopidy import config, ext -__version__ = '1.1.2' +__version__ = '1.1.3' class Extension(ext.Extension):