Merge branch 'master' into develop

This commit is contained in:
James Barnsley
2019-02-19 21:07:01 +13:00
4 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

@ -57,6 +57,6 @@ class IrisSystemThread(Thread):
# Some kind of failure, so we can't run any commands this way
if exitCode > 0:
raise Exception("Password-less access to "+path+"/system.sh was refused. Check your /etc/sudoers file.")
raise Exception("Password-less access to "+self.path+"/system.sh was refused. Check your /etc/sudoers file.")
else:
return True

View File

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