Bump version to v2.2.2

This commit is contained in:
Stein Magnus Jodal 2018-12-29 17:06:06 +01:00
parent bcdf8baea1
commit 1c22796994
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ Changelog
This changelog is used to track all major changes to Mopidy.
v2.2.2 (UNRELEASED)
v2.2.2 (2018-12-29)
===================
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.1'
__version__ = '2.2.2'