Skip to content

Commit 6d4bbad

Browse files
authored
Bump main cli version requirement to 2.75.0 because of previous change not compatible with 2.74.0 (#8958)
1 parent 2f95679 commit 6d4bbad

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

src/storage-blob-preview/HISTORY.rst

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

6+
1.0.0b3
7+
++++++
8+
* Bump main cli version requirement to 2.75.0
9+
610
1.0.0b2
711
++++++
812
* Remove DATA_COSMOS_TABLE and DATA_STORAGE references
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"azext.isPreview": true,
3-
"azext.minCliCoreVersion": "2.27.0"
3+
"azext.minCliCoreVersion": "2.75.0"
44
}

src/storage-blob-preview/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from distutils import log as logger
1515
logger.warn("Wheel is not available, disabling bdist_wheel hook")
1616

17-
VERSION = '1.0.0b2'
17+
VERSION = '1.0.0b3'
1818

1919
# The full list of classifiers is available at
2020
# https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)