diff --git a/src/quantum/HISTORY.rst b/src/quantum/HISTORY.rst index c89aea1ad91..b137f5ab8a6 100644 --- a/src/quantum/HISTORY.rst +++ b/src/quantum/HISTORY.rst @@ -3,6 +3,10 @@ Release History =============== +1.0.0b9 +++++++ +* Update minCliCoreVersion + 1.0.0b8 ++++++ * Fix advertisement of newer version breaking -o output. diff --git a/src/quantum/azext_quantum/azext_metadata.json b/src/quantum/azext_quantum/azext_metadata.json index 526a13ed9f6..8ed04410f88 100644 --- a/src/quantum/azext_quantum/azext_metadata.json +++ b/src/quantum/azext_quantum/azext_metadata.json @@ -1,4 +1,4 @@ { "azext.isPreview": true, - "azext.minCliCoreVersion": "2.76.0" + "azext.minCliCoreVersion": "2.73.0" } diff --git a/src/quantum/setup.py b/src/quantum/setup.py index 5e121c25bed..34adcb06122 100644 --- a/src/quantum/setup.py +++ b/src/quantum/setup.py @@ -17,7 +17,7 @@ # This version should match the latest entry in HISTORY.rst # Also, when updating this, please review the version used by the extension to # submit requests, which can be found at './azext_quantum/__init__.py' -VERSION = '1.0.0b8' +VERSION = '1.0.0b9' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers