Skip to content

Commit

Permalink
Release v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Feb 18, 2014
1 parent 7410204 commit 66a5cdf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,13 @@ Project resources
Changelog
=========

v1.1.2 (2014-02-18)
-------------------

- Wait for track to be loaded before playing it. This fixes playback of tracks
looked up directly by URI, and not through a playlist or search. (Fixes:
mopidy/mopidy#675)

v1.1.1 (2014-02-16)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion mopidy_spotify/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from mopidy import config, ext


__version__ = '1.1.1'
__version__ = '1.1.2'


class Extension(ext.Extension):
Expand Down

0 comments on commit 66a5cdf

Please sign in to comment.