We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 230f54c commit 76e82bbCopy full SHA for 76e82bb
README.rst
@@ -97,7 +97,7 @@ Project resources
97
Changelog
98
=========
99
100
-v1.1.3 (UNRELEASED)
+v1.1.3 (2014-02-18)
101
-------------------
102
103
- Switch to new backend API locations, required by the upcoming Mopidy 0.19
mopidy_spotify/__init__.py
@@ -5,7 +5,7 @@
5
from mopidy import config, ext
6
7
8
-__version__ = '1.1.2'
+__version__ = '1.1.3'
9
10
11
class Extension(ext.Extension):
0 commit comments