From b479b3cdd23dcdbba6d6f51996e146fe47a04115 Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Wed, 6 Jun 2018 21:13:43 +1200 Subject: [PATCH] Releasing 3.21.0 --- VERSION.md | 2 +- mopidy_iris/__init__.py | 2 +- mopidy_iris/static/index.html | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION.md b/VERSION.md index eb9b76c9..6075c9a9 100755 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -3.20.0 +3.21.0 diff --git a/mopidy_iris/__init__.py b/mopidy_iris/__init__.py index 0fd1de90..adc98342 100755 --- a/mopidy_iris/__init__.py +++ b/mopidy_iris/__init__.py @@ -13,7 +13,7 @@ from core import IrisCore from raven import Client logger = logging.getLogger(__name__) -__version__ = '3.20.0' +__version__ = '3.21.0' ## # Core extension class diff --git a/mopidy_iris/static/index.html b/mopidy_iris/static/index.html index acbabb02..35c06647 100755 --- a/mopidy_iris/static/index.html +++ b/mopidy_iris/static/index.html @@ -77,8 +77,8 @@ // Release details // These are automatically injected to built HTML - var build = "1528276256"; - var version = "3.20.0"; + var build = "1528276378"; + var version = "3.21.0"; // Construct the script tag var js = document.createElement("script"); diff --git a/package.json b/package.json index 77cae227..da345c81 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mopidy-iris", - "version": "3.20.0", + "version": "3.21.0", "description": "Mopidy HTTP interface", "repository": "https://github.com/jaedb/iris", "author": "James Barnsley ",