From 3afdf112376216d7e40c4e522303366d2a1c18e1 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sat, 2 Nov 2013 23:17:22 +0100 Subject: [PATCH] Release v1.0.3 --- README.rst | 2 +- mopidy_beets/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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):