This commit is contained in:
James Barnsley
2017-11-28 20:47:19 +13:00
parent 7f301fd915
commit 67823e1286
8 changed files with 352 additions and 383 deletions

View File

@ -1 +1 @@
3.8.6
3.8.7

View File

@ -13,7 +13,7 @@ from core import IrisCore
from raven import Client
logger = logging.getLogger(__name__)
__version__ = '3.8.6'
__version__ = '3.8.7'
##
# 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

@ -38,8 +38,8 @@
// Release details
// These are automatically injected to built HTML
var build = "1511753926";
var version = "3.8.6";
var build = "1511855036";
var version = "3.8.7";
// Construct the script tag
var js = document.createElement("script");

View File

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