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 161f59f commit 565d310Copy full SHA for 565d310
README.rst
@@ -67,12 +67,12 @@ Credits
67
Changelog
68
=========
69
70
-v1.2.0 (UNRELEASED)
+v1.2.0 (2018-04-01)
71
-------------------
72
73
- Require pylast >= 1.6.0, which is the version packed in Debian stable.
74
75
-- Fix compatability with pylast >= 2, which has removed the `ScrobblingError`
+- Fix compatability with pylast >= 2, which has removed the ``ScrobblingError``
76
exception type.
77
78
v1.1.1 (2014-12-29)
mopidy_scrobbler/__init__.py
@@ -5,7 +5,7 @@
5
from mopidy import config, ext
6
7
8
-__version__ = '1.1.1'
+__version__ = '1.2.0'
9
10
11
class Extension(ext.Extension):
0 commit comments