We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f25aab8 commit 179b680Copy full SHA for 179b680
README.rst
@@ -97,7 +97,7 @@ Project resources
97
Changelog
98
=========
99
100
-v1.1.0 (UNRELEASED)
+v1.1.0 (2014-01-20)
101
-------------------
102
103
- Require Mopidy >= 0.18.
mopidy_spotify/__init__.py
@@ -5,7 +5,7 @@
5
from mopidy import config, ext
6
7
8
-__version__ = '1.0.3'
+__version__ = '1.1.0'
9
10
11
class Extension(ext.Extension):
0 commit comments