diff --git a/README.rst b/README.rst index 1efef4f..944ea4d 100644 --- a/README.rst +++ b/README.rst @@ -64,6 +64,13 @@ Project resources Changelog ========= +v0.1.3 (2013-12-02) +------------------- + +- Issue #4: Fixed a problem regarding favorites. Some stations could + not be found by the plugin. + + v0.1.2 (2013-11-08) ------------------- diff --git a/mopidy_radio_de/__init__.py b/mopidy_radio_de/__init__.py index 8395131..f4dd2af 100644 --- a/mopidy_radio_de/__init__.py +++ b/mopidy_radio_de/__init__.py @@ -5,7 +5,7 @@ from mopidy import config, ext -__version__ = '0.1.2' +__version__ = '0.1.3' class RadioDeExtension(ext.Extension):