From 81948a05454608fbea7f5e2818600991ebaa7b36 Mon Sep 17 00:00:00 2001 From: Nick Steel Date: Tue, 1 Mar 2016 20:39:55 +0000 Subject: [PATCH] Bump version and release date --- README.rst | 2 +- mopidy_musicbox_webclient/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 57d86aab..1dc00079 100644 --- a/README.rst +++ b/README.rst @@ -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. diff --git a/mopidy_musicbox_webclient/__init__.py b/mopidy_musicbox_webclient/__init__.py index c672f93c..1884794d 100644 --- a/mopidy_musicbox_webclient/__init__.py +++ b/mopidy_musicbox_webclient/__init__.py @@ -4,7 +4,7 @@ from mopidy import config, ext -__version__ = '2.1.1' +__version__ = '2.2.0' class MusicBoxExtension(ext.Extension):