diff --git a/src/acrcssc/HISTORY.rst b/src/acrcssc/HISTORY.rst index 5d285d45f71..e6b4506da9b 100644 --- a/src/acrcssc/HISTORY.rst +++ b/src/acrcssc/HISTORY.rst @@ -3,6 +3,10 @@ Release History =============== +1.0.0b5 +++++++++ +* Update minCliCoreVersion + 1.0.0b4 +++++++ * Fix resource SDK import error diff --git a/src/acrcssc/azext_acrcssc/azext_metadata.json b/src/acrcssc/azext_acrcssc/azext_metadata.json index baed5e324b5..de6b8395cba 100644 --- a/src/acrcssc/azext_acrcssc/azext_metadata.json +++ b/src/acrcssc/azext_acrcssc/azext_metadata.json @@ -1,4 +1,4 @@ { "azext.isPreview": true, - "azext.minCliCoreVersion": "2.76.0" + "azext.minCliCoreVersion": "2.73.0" } \ No newline at end of file diff --git a/src/acrcssc/setup.py b/src/acrcssc/setup.py index 72c8ee1d25c..d2289914a09 100644 --- a/src/acrcssc/setup.py +++ b/src/acrcssc/setup.py @@ -13,7 +13,7 @@ from distutils import log as logger logger.warn("Wheel is not available, disabling bdist_wheel hook") -VERSION = '1.0.0b4' +VERSION = '1.0.0b5' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers