Skip to content

Commit 565d310

Browse files
committed
Release v1.2.0
1 parent 161f59f commit 565d310

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ Credits
6767
Changelog
6868
=========
6969

70-
v1.2.0 (UNRELEASED)
70+
v1.2.0 (2018-04-01)
7171
-------------------
7272

7373
- Require pylast >= 1.6.0, which is the version packed in Debian stable.
7474

75-
- Fix compatability with pylast >= 2, which has removed the `ScrobblingError`
75+
- Fix compatability with pylast >= 2, which has removed the ``ScrobblingError``
7676
exception type.
7777

7878
v1.1.1 (2014-12-29)

mopidy_scrobbler/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from mopidy import config, ext
66

77

8-
__version__ = '1.1.1'
8+
__version__ = '1.2.0'
99

1010

1111
class Extension(ext.Extension):

0 commit comments

Comments
 (0)