diff --git a/docs/changelog.rst b/docs/changelog.rst index 48177be4..fa2b3dcf 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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. diff --git a/mopidy/__init__.py b/mopidy/__init__.py index 67658e48..cffc01b1 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.1' +__version__ = '2.2.2'