Skip to content

Commit a0acf92

Browse files
authored
update (#9050)
1 parent eeb04c0 commit a0acf92

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

src/quantum/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.0b9
7+
++++++
8+
* Update minCliCoreVersion
9+
610
1.0.0b8
711
++++++
812
* Fix advertisement of newer version breaking -o output.
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/quantum/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# This version should match the latest entry in HISTORY.rst
1818
# Also, when updating this, please review the version used by the extension to
1919
# submit requests, which can be found at './azext_quantum/__init__.py'
20-
VERSION = '1.0.0b8'
20+
VERSION = '1.0.0b9'
2121

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

0 commit comments

Comments
 (0)