Releasing 3.23.1

This commit is contained in:
James Barnsley
2018-08-03 08:15:09 +12:00
parent af72a5cc54
commit e0ad67378c
8 changed files with 10537 additions and 13812 deletions

View File

@ -1 +1 @@
3.23.0
3.23.1

View File

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

File diff suppressed because it is too large Load Diff

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 = "1532662019";
var version = "3.23.0";
var build = "1533240861";
var version = "3.23.1";
// Construct the script tag
var js = document.createElement("script");

View File

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