Skip to content

Commit 3039a25

Browse files
committed
Release v1.0.1
1 parent 058ce4e commit 3039a25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Project resources
8787
Changelog
8888
=========
8989

90-
v1.0.1 (UNRELEASED)
90+
v1.0.1 (2013-10-28)
9191
-------------------
9292

9393
- Support searches from Mopidy that are using the ``albumartist`` field type,

mopidy_spotify/__init__.py

+1-1
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.0.1'
99

1010

1111
class Extension(ext.Extension):

0 commit comments

Comments
 (0)