Releasing 3.12.3

This commit is contained in:
James Barnsley
2018-02-04 07:53:54 +13:00
parent 5559079162
commit 9205ee7cc7
4 changed files with 5 additions and 6 deletions

View File

@ -1 +1 @@
3.12.2
3.12.3

View File

@ -13,8 +13,7 @@ from core import IrisCore
from raven import Client
logger = logging.getLogger(__name__)
__version__ = '3.12.2
'
__version__ = '3.12.3'
##
# Core extension class

View File

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

View File

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