Releasing 3.33.0

This commit is contained in:
James Barnsley
2019-02-21 18:30:30 +13:00
parent 4fd97b25a9
commit 28572cd2e2
7 changed files with 17 additions and 17 deletions

View File

@ -1 +1 @@
3.32.5
3.33.0

View File

@ -12,7 +12,7 @@ from handlers import WebsocketHandler, HttpHandler
from core import IrisCore
logger = logging.getLogger(__name__)
__version__ = '3.32.5'
__version__ = '3.33.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

View File

@ -98,8 +98,8 @@
// Release details
// These are automatically injected to built HTML
var build = "1550726360";
var version = "3.32.5";
var build = "1550726971";
var version = "3.33.0";
// Construct the script tag
var js = document.createElement("script");

View File

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