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

Commit b514a66

Browse files
authored
Merge pull request #45 from Azure/develop
Prep for v0.24.0 release
2 parents 8380bb4 + 22fd8cb commit b514a66

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGES.txt

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2019.30.05 v0.24.0
2+
------------------
3+
- Numerous small bug fixes
4+
Fix for Arnold license sometimes detected as required for vray scenes
5+
Change default SKU to one which is actually available
6+
Standard log file initialized as very first operation
7+
Fix duplicate log lines
8+
- Consume same renderingContainerImages.json format as BatchExplorer
9+
- Upgrade .sln and .proj for VisualStudio2017 compatability
10+
11+
112
2018.11.07 v0.23.0
213
------------------
314
- Change authentication mode to AAD, including support for private cloud

azure_batch_maya/plug-in/AzureBatch.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"azure-batch-extensions==1.0.1": "azure.batch_extensions"
5555
}
5656

57-
VERSION = "0.23.0"
57+
VERSION = "0.24.0"
5858
EULA_PREF = "AzureBatch_EULA"
5959
SHELF_FILE = "shelf_AzureBatch.mel"
6060
cmd_name = "AzureBatch"

0 commit comments

Comments
 (0)