diff --git a/README.rst b/README.rst index fb89b9e..977beb9 100644 --- a/README.rst +++ b/README.rst @@ -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) ------------------- diff --git a/mopidy_mpris/__init__.py b/mopidy_mpris/__init__.py index eb25585..301b574 100644 --- a/mopidy_mpris/__init__.py +++ b/mopidy_mpris/__init__.py @@ -5,7 +5,7 @@ from mopidy import config, exceptions, ext -__version__ = '1.0.0' +__version__ = '1.0.1' class Extension(ext.Extension):