We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 278daae commit 21e5b35Copy full SHA for 21e5b35
batch-cli-extensions/HISTORY.rst
@@ -3,6 +3,11 @@
3
Release History
4
===============
5
6
+3.0.1 (2019-02-04)
7
+------------------
8
+
9
+* Use new azure-batch-extensions SDK 5.0.0.
10
11
2.5.1 (2018-10-04)
12
------------------
13
batch-cli-extensions/azext_batch/azext_metadata.json
@@ -1,4 +1,4 @@
1
{
2
- "azext.minCliCoreVersion": "2.0.57",
+ "azext.minCliCoreVersion": "2.0.59",
"azext.maxCliCoreVersion": "2.1.0"
}
batch-cli-extensions/azext_batch/version.py
@@ -3,4 +3,4 @@
# Licensed under the MIT License. See License.txt in the project root for license information.
# --------------------------------------------------------------------------------------------
-VERSION = "3.0.0"
+VERSION = "3.0.1"
0 commit comments