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

Commit 83f5c85

Browse files
committed
Prep for v19.0 release
1 parent 421078a commit 83f5c85

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.txt

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2018.05.02 v0.19.0
2+
------------------
3+
- Target the latest release of the rendering images - Windows v1.2.1 and CentOS v1.1.2
4+
Note - this breaks backwards compatibility for new jobs being submitted to old pools created with older versions of the plugin, pools will need to be recreated.
5+
Support for Maya2018 - jobs submitted from Maya2017 will render with MayaIO2017 and jobs submitted from Maya2018 will render with MayaIO2018
6+
- Dependency install now logs to Mayapy console window and to new log file
7+
- Drop Preview tag for VRay now it is Generally Available (GA)
8+
- Numerous additional details added to ReadMe.md, including install / reinstall / uninstall and Known Issue sections
19

210
2018.04.06 v0.18.0
311
------------------

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.18.0"
54+
VERSION = "0.19.0"
5555
EULA_PREF = "AzureBatch_EULA"
5656
SHELF_FILE = "shelf_AzureBatch.mel"
5757
cmd_name = "AzureBatch"

0 commit comments

Comments
 (0)