Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Commit 957baae

Browse files
committed
prep for release v0.21.0
1 parent 6c811da commit 957baae

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.txt

+7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1+
2018.09.21 v0.21.0
2+
------------------
3+
- Fix issue preventing auth where logging value was left at default
4+
- Fix issue preventing job submission on first run if threads value was left at default
5+
6+
17
2018.09.20 v0.20.0
28
------------------
39
- Add "storage_suffix" field to config for support of non-public cloud endpoints
410
- Support custom-image pools created out of band, e.g. through the portal
511
- Add "additionalFlags" field for Arnold, allowing e.g. camera selection
612

13+
714
2018.05.02 v0.19.0
815
------------------
916
- Target the latest release of the rendering images - Windows v1.2.1 and CentOS v1.1.2

azure_batch_maya/plug-in/AzureBatch.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"azure-batch-extensions==1.0.1": "azure.batch_extensions"
5252
}
5353

54-
VERSION = "0.20.0"
54+
VERSION = "0.21.0"
5555
EULA_PREF = "AzureBatch_EULA"
5656
SHELF_FILE = "shelf_AzureBatch.mel"
5757
cmd_name = "AzureBatch"

0 commit comments

Comments
 (0)