Bump version to 2.2.3

This commit is contained in:
Stein Magnus Jodal 2019-06-20 00:24:41 +02:00
parent 628970a7fe
commit b1b3d371a9
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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'