Releasing 3.16.0

This commit is contained in:
James Barnsley
2018-04-02 15:05:00 +12:00
parent d17a07f468
commit 8f949abbf1
6 changed files with 10 additions and 10 deletions

View File

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

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

View File

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