Bump version and release date

This commit is contained in:
Nick Steel 2016-03-01 20:39:55 +00:00
parent c5c74d77f4
commit 81948a0545
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ Project resources
Changelog
=========
v2.2.0 (UNRELEASED)
v2.2.0 (2016-03-01)
-------------------
- Split vendor-provided JavaScript and CSS libraries into separate folders to make them easier to identify and maintain.

View File

@ -4,7 +4,7 @@ import os
from mopidy import config, ext
__version__ = '2.1.1'
__version__ = '2.2.0'
class MusicBoxExtension(ext.Extension):