Releasing 3.12.1

This commit is contained in:
James Barnsley
2018-02-01 18:22:25 +13:00
parent 735f92ed9f
commit 68976e4954
8 changed files with 734 additions and 608 deletions

View File

@ -13,7 +13,7 @@ from core import IrisCore
from raven import Client
logger = logging.getLogger(__name__)
__version__ = '3.12.0'
__version__ = '3.12.1'
##
# 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 = "1517428265";
var version = "3.11.0";
var build = "1517462459";
var version = "3.12.1";
// Construct the script tag
var js = document.createElement("script");