From eda568a25a677c53411c274d998e64fff18e7966 Mon Sep 17 00:00:00 2001 From: Ricardo Espinoza Date: Thu, 24 Mar 2022 17:14:47 -0700 Subject: [PATCH 1/2] Update version and history info for z quantum extension 0.14.0 --- src/quantum/HISTORY.rst | 7 +++++++ src/quantum/azext_quantum/__init__.py | 2 +- src/quantum/setup.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/quantum/HISTORY.rst b/src/quantum/HISTORY.rst index afb4ed79a03..e01d5222ca3 100644 --- a/src/quantum/HISTORY.rst +++ b/src/quantum/HISTORY.rst @@ -3,6 +3,13 @@ Release History =============== +0.14.0 +++++++ +* [2022-03-30] Version intended to work with QDK version v0.24.2XXXXX +* Extended error message in failed jobs to include details originated from the provider. +* Completed support in workspace creation for all storage account types allowed in the Azure Quantum service. +* Improved visual feedback in 'az quantum execute' command indicating to the user that the process has started. + 0.13.0 ++++++ * [2022-03-03] Version intended to work with QDK version v0.23.195983 diff --git a/src/quantum/azext_quantum/__init__.py b/src/quantum/azext_quantum/__init__.py index c8aa2623af6..74a74e63f9d 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.13.0" +CLI_REPORTED_VERSION = "0.14.0" class QuantumCommandsLoader(AzCommandsLoader): diff --git a/src/quantum/setup.py b/src/quantum/setup.py index 7845882b1e1..6630a5af735 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.13.0' +VERSION = '0.14.0' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers From d29c6b23bb91018a16676ebf6e04f6a1b2093e1d Mon Sep 17 00:00:00 2001 From: Ricardo Espinoza Date: Tue, 29 Mar 2022 11:50:52 -0700 Subject: [PATCH 2/2] Fixing QDK version --- src/quantum/HISTORY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/quantum/HISTORY.rst b/src/quantum/HISTORY.rst index e01d5222ca3..009634b5aca 100644 --- a/src/quantum/HISTORY.rst +++ b/src/quantum/HISTORY.rst @@ -5,7 +5,7 @@ Release History 0.14.0 ++++++ -* [2022-03-30] Version intended to work with QDK version v0.24.2XXXXX +* [2022-03-30] Version intended to work with QDK version v0.24.201332 * Extended error message in failed jobs to include details originated from the provider. * Completed support in workspace creation for all storage account types allowed in the Azure Quantum service. * Improved visual feedback in 'az quantum execute' command indicating to the user that the process has started.