From aaef5abe90031d477948b335d47e1a09438fb921 Mon Sep 17 00:00:00 2001 From: David Kydd Date: Fri, 10 Nov 2017 12:59:24 +1300 Subject: [PATCH] Prep for release v0.16.0 --- 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 5ec5589..43dc9f3 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,15 @@ +2017.10.16 v0.16.0 +------------------ +- Asset path redirection updates + Better renderer-specific control on both asset pre-render scripting and job settings + Fixed bug in thumbnail script where if the render fails and there's no outputs, no "thumbs" directory gets created which causes an output file upload error. + Better Vray file redirection by adding env variable search path list. + Added back use of the pre-render MEL as the errors in this seem to be resolved in the latest releases. + Better Arnold file redirection by stripping full path from aiImage node paths in pre-render MEL. +- Update pip install command to match new pypi.org format + + 2017.10.16 v0.15.1 ------------------ - Added back pathlib dependency that was mistakenly removed. diff --git a/azure_batch_maya/plug-in/AzureBatch.py b/azure_batch_maya/plug-in/AzureBatch.py index 8ae6b43..fd92c17 100644 --- a/azure_batch_maya/plug-in/AzureBatch.py +++ b/azure_batch_maya/plug-in/AzureBatch.py @@ -47,7 +47,7 @@ NAMESPACE_PACKAGES = { "azure-batch-extensions==1.0.1": "azure.batch_extensions" } -VERSION = "0.15.1" +VERSION = "0.16.0" EULA_PREF = "AzureBatch_EULA" SHELF_FILE = "shelf_AzureBatch.mel" cmd_name = "AzureBatch"