diff --git a/README.rst b/README.rst index ca13ad7..23d424e 100644 --- a/README.rst +++ b/README.rst @@ -63,7 +63,7 @@ Project resources Changelog ========= -v1.0.3 (UNRELEASED) +v1.0.3 (2013-11-02) ------------------- - Properly encode search queries containing non-ASCII chars. diff --git a/mopidy_beets/__init__.py b/mopidy_beets/__init__.py index 0f30682..9949067 100644 --- a/mopidy_beets/__init__.py +++ b/mopidy_beets/__init__.py @@ -6,7 +6,7 @@ from mopidy.exceptions import ExtensionError -__version__ = '1.0.2' +__version__ = '1.0.3' class BeetsExtension(ext.Extension):