Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Nov 20, 2013
1 parent f2ebf61 commit 990ec0c
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 @@ -133,6 +133,13 @@ Project resources
Changelog
=========

v1.0.1 (2013-11-20)
-------------------

- Update to work with Mopidy 0.16 which changed some APIs.

- Remove redundant event loop setup already done by the ``mopidy`` process.

v1.0.0 (2013-10-08)
-------------------

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


__version__ = '1.0.0'
__version__ = '1.0.1'


class Extension(ext.Extension):
Expand Down

0 comments on commit 990ec0c

Please sign in to comment.