diff --git a/README.rst b/README.rst index a91be71..1efef4f 100644 --- a/README.rst +++ b/README.rst @@ -64,6 +64,13 @@ Project resources Changelog ========= +v0.1.2 (2013-11-08) +------------------- + +- Added python-dateutil dependency +- Added Travis CI and coveralls support + + v0.1.1 (2013-10-08) ------------------- diff --git a/mopidy_radio_de/__init__.py b/mopidy_radio_de/__init__.py index 7187557..8395131 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.1' +__version__ = '0.1.2' class RadioDeExtension(ext.Extension):