Skip to content

Commit 21e5b35

Browse files
authored
Update the supported minimal core version (#96)
1 parent 278daae commit 21e5b35

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

batch-cli-extensions/HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
Release History
44
===============
55

6+
3.0.1 (2019-02-04)
7+
------------------
8+
9+
* Use new azure-batch-extensions SDK 5.0.0.
10+
611
2.5.1 (2018-10-04)
712
------------------
813

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"azext.minCliCoreVersion": "2.0.57",
2+
"azext.minCliCoreVersion": "2.0.59",
33
"azext.maxCliCoreVersion": "2.1.0"
44
}

batch-cli-extensions/azext_batch/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Licensed under the MIT License. See License.txt in the project root for license information.
44
# --------------------------------------------------------------------------------------------
55

6-
VERSION = "3.0.0"
6+
VERSION = "3.0.1"

0 commit comments

Comments
 (0)