Releasing 3.21.0

This commit is contained in:
James Barnsley
2018-06-06 21:13:43 +12:00
parent dc56d03a6b
commit b479b3cdd2
4 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
3.20.0
3.21.0

View File

@ -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

View File

@ -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");

View File

@ -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 <james@barnsley.nz>",