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 @@ "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"