Releasing 3.17.4

This commit is contained in:
James Barnsley
2018-04-23 19:21:04 +12:00
parent 110fb7bcf3
commit 676d767b6b
7 changed files with 23440 additions and 25356 deletions

View File

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

@ -73,8 +73,8 @@
// Release details // Release details
// These are automatically injected to built HTML // These are automatically injected to built HTML
var build = "1524453175"; var build = "1524468000";
var version = "3.17.3"; var version = "3.17.4";
// Construct the script tag // Construct the script tag
var js = document.createElement("script"); var js = document.createElement("script");

View File

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