From b1b3d371a96fd0e68704d719838b333163ca3a69 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 20 Jun 2019 00:24:41 +0200 Subject: [PATCH] Bump version to 2.2.3 --- docs/changelog.rst | 2 +- mopidy/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 9314e379..78de94e0 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -9,7 +9,7 @@ This changelog is used to track all major changes to Mopidy. For older releases, see :ref:`history`. -v2.2.3 (UNRELEASED) +v2.2.3 (2019-06-20) =================== Bug fix release. diff --git a/mopidy/__init__.py b/mopidy/__init__.py index cffc01b1..6ef467c5 100644 --- a/mopidy/__init__.py +++ b/mopidy/__init__.py @@ -14,4 +14,4 @@ if not (2, 7) <= sys.version_info < (3,): warnings.filterwarnings('ignore', 'could not open display') -__version__ = '2.2.2' +__version__ = '2.2.3'