diff --git a/CHANGES.txt b/CHANGES.txt index 193237d..917af4b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,10 @@ +2017-07-05 v0.10.0 +------------------ +- Exposed low priority VM allocation for pools +- Exposed thread configuration for uploads/downloads/task submission +- Added coloured label to confirm successful authentication +- Fixed some bugs in job status loading + 2017-06-23 v0.9.3 ----------------- diff --git a/LICENSE.txt b/LICENSE.txt index 3b6da79..71e3894 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,5 @@ -The Azure Batch Maya Sample ver. 0.9.3 +The Azure Batch Maya Sample ver. 0.10.0 Copyright (c) Microsoft Corporation All rights reserved. diff --git a/azure_batch_maya/plug-in/AzureBatch.py b/azure_batch_maya/plug-in/AzureBatch.py index cc4db9a..2ad7f45 100644 --- a/azure_batch_maya/plug-in/AzureBatch.py +++ b/azure_batch_maya/plug-in/AzureBatch.py @@ -43,7 +43,7 @@ NAMESPACE_PACAKGES = [ "azure-storage==0.32.0", ] -VERSION = "0.9.3" +VERSION = "0.10.0" EULA_PREF = "AzureBatch_EULA" SHELF_FILE = "shelf_AzureBatch.mel" cmd_name = "AzureBatch" diff --git a/package.py b/package.py index 159e468..85fec48 100644 --- a/package.py +++ b/package.py @@ -32,7 +32,7 @@ import subprocess import shutil import zipfile -VERSION = "0.9.3" +VERSION = "0.10.0" def main(): """Build Maya Plug-in package"""