From 22fd8cb069618a4cd06f9eccfaaf8d5640c2cffc Mon Sep 17 00:00:00 2001 From: David Kydd Date: Thu, 30 May 2019 14:03:22 +1200 Subject: [PATCH] Prep for v0.24.0 release --- CHANGES.txt | 11 +++++++++++ azure_batch_maya/plug-in/AzureBatch.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index f08eefb..15b9eca 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,14 @@ +2019.30.05 v0.24.0 +------------------ +- Numerous small bug fixes + Fix for Arnold license sometimes detected as required for vray scenes + Change default SKU to one which is actually available + Standard log file initialized as very first operation + Fix duplicate log lines +- Consume same renderingContainerImages.json format as BatchExplorer +- Upgrade .sln and .proj for VisualStudio2017 compatability + + 2018.11.07 v0.23.0 ------------------ - Change authentication mode to AAD, including support for private cloud diff --git a/azure_batch_maya/plug-in/AzureBatch.py b/azure_batch_maya/plug-in/AzureBatch.py index aee40e1..5a3e436 100644 --- a/azure_batch_maya/plug-in/AzureBatch.py +++ b/azure_batch_maya/plug-in/AzureBatch.py @@ -54,7 +54,7 @@ NAMESPACE_PACKAGES = { "azure-batch-extensions==1.0.1": "azure.batch_extensions" } -VERSION = "0.23.0" +VERSION = "0.24.0" EULA_PREF = "AzureBatch_EULA" SHELF_FILE = "shelf_AzureBatch.mel" cmd_name = "AzureBatch"