Releasing 3.27.0

This commit is contained in:
James Barnsley
2018-10-03 16:31:26 +13:00
parent cba122af95
commit a72990e9d1
6 changed files with 32 additions and 32 deletions

View File

@ -1 +1 @@
3.26.2
3.27.0

View File

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

View File

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

View File

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