Skip to content

Commit

Permalink
Prepare v0.8.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkem committed Mar 24, 2015
1 parent 6177410 commit f85c47d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.rst
@@ -1,3 +1,12 @@
0.8.5 2015-03-24
----------------

- Switch to Mopidy v1.0 ``playlists`` API.

- Use Mopidy.v1.0 `uris` parameter with ``library.lookup()`` and
``tracklist.add()``.


0.8.4 2015-03-23
----------------

Expand Down
2 changes: 1 addition & 1 deletion mopidy_mobile/__init__.py
Expand Up @@ -4,7 +4,7 @@

from mopidy import config, ext

__version__ = '0.8.4'
__version__ = '0.8.5'


class Extension(ext.Extension):
Expand Down

0 comments on commit f85c47d

Please sign in to comment.