Skip to content

Commit 760b94b

Browse files
authored
{Acrcsssc} Update minCliCoreVersion (#9051)
1 parent 8dc4a1e commit 760b94b

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

src/acrcssc/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.0b5
7+
++++++++
8+
* Update minCliCoreVersion
9+
610
1.0.0b4
711
+++++++
812
* Fix resource SDK import error
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.76.0"
3+
"azext.minCliCoreVersion": "2.73.0"
44
}

src/acrcssc/setup.py

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

16-
VERSION = '1.0.0b4'
16+
VERSION = '1.0.0b5'
1717

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

0 commit comments

Comments
 (0)