Skip to content

Commit 215f24b

Browse files
committed
Release v1.1.0
1 parent c32a96a commit 215f24b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Project resources
6464
Changelog
6565
=========
6666

67-
v1.0.1 (UNRELEASED)
67+
v1.1.0 (2014-01-20)
6868
-------------------
6969

7070
- Updated extension API to match Mopidy 0.18.

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.0.0'
8+
__version__ = '1.1.0'
99

1010

1111
class Extension(ext.Extension):

0 commit comments

Comments
 (0)