From 50a6cf9a6021734be652a0ac5e8018cfc13f454c Mon Sep 17 00:00:00 2001 From: kikomiss <144282031+kikomiss@users.noreply.github.com> Date: Wed, 13 Dec 2023 18:43:08 -0800 Subject: [PATCH] chore: releasing az quantum v0.20.0 (#7080) --- src/quantum/HISTORY.rst | 5 +++++ src/quantum/azext_quantum/__init__.py | 2 +- src/quantum/setup.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/quantum/HISTORY.rst b/src/quantum/HISTORY.rst index fcf62fba967..c15208843f3 100644 --- a/src/quantum/HISTORY.rst +++ b/src/quantum/HISTORY.rst @@ -3,6 +3,11 @@ Release History =============== +0.20.0 +++++++ +* [2023-12-13] Version intended to work with QDK version 0.29.2 +* Adding an ability to get a job output (for certain targets) even if the job is in `Failed` state. + 0.19.0 ++++++ * [2023-02-27] Version intended to work with QDK version 0.27.253010 diff --git a/src/quantum/azext_quantum/__init__.py b/src/quantum/azext_quantum/__init__.py index bb6f9af8394..ed4d2bdbbf6 100644 --- a/src/quantum/azext_quantum/__init__.py +++ b/src/quantum/azext_quantum/__init__.py @@ -11,7 +11,7 @@ # This is the version reported by the CLI to the service when submitting requests. # This should be in sync with the extension version in 'setup.py', unless we need to # submit using a different version. -CLI_REPORTED_VERSION = "0.19.0" +CLI_REPORTED_VERSION = "0.20.0" class QuantumCommandsLoader(AzCommandsLoader): diff --git a/src/quantum/setup.py b/src/quantum/setup.py index 2a1092f80d3..472a1b70a64 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 = '0.19.0' +VERSION = '0.20.0' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers