Releasing 3.32.0

This commit is contained in:
James Barnsley
2019-01-28 08:53:03 +13:00
parent a316c56299
commit 2ef1d945eb
8 changed files with 18391 additions and 12694 deletions

View File

@ -1 +1 @@
3.31.8
3.32.0

View File

@ -12,7 +12,7 @@ from handlers import WebsocketHandler, HttpHandler
from core import IrisCore
logger = logging.getLogger(__name__)
__version__ = '3.31.8'
__version__ = '3.32.0'
##
# Core extension class

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -98,12 +98,8 @@
// Release details
// These are automatically injected to built HTML
<<<<<<< HEAD
var build = "1548530662";
=======
var build = "1548384053";
>>>>>>> 8db0bdc754e9b49831bb33610a6af34c71a3a99f
var version = "3.31.8";
var build = "1548618739";
var version = "3.32.0";
// Construct the script tag
var js = document.createElement("script");

View File

@ -1,6 +1,6 @@
{
"name": "mopidy-iris",
"version": "3.31.8",
"version": "3.32.0",
"description": "Mopidy HTTP interface",
"repository": "https://github.com/jaedb/iris",
"author": "James Barnsley <james@barnsley.nz>",