We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 770b733 commit d144005Copy full SHA for d144005
README.rst
@@ -64,11 +64,11 @@ Project resources
64
Changelog
65
=========
66
67
-v1.1.1 (UNRELEASED)
+v1.1.1 (2014-12-29)
68
-------------------
69
70
- Updated to work with ``None`` as the default value of ``track_no`` in
71
- Mopidy's ``Track`` model. This was changed in Mopidy 0.20.
+ Mopidy's ``Track`` model. This was changed in Mopidy 0.19.5. (Fixes: #7)
72
73
v1.1.0 (2014-01-20)
74
mopidy_scrobbler/__init__.py
@@ -5,7 +5,7 @@
5
from mopidy import config, ext
6
7
8
-__version__ = '1.1.0'
+__version__ = '1.1.1'
9
10
11
class Extension(ext.Extension):
0 commit comments