From 620a7c50a262fef54edcec41ec7cda95b043f74e Mon Sep 17 00:00:00 2001 From: XField <58103249+vxfield@users.noreply.github.com> Date: Wed, 8 Dec 2021 09:47:08 -0800 Subject: [PATCH 1/3] Initial commit for 0.11.0 release --- 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 8bc81e4e380..ff093ee2a3f 100644 --- a/src/quantum/HISTORY.rst +++ b/src/quantum/HISTORY.rst @@ -3,6 +3,11 @@ Release History =============== +0.11.0 +++++++ +* [2021-12-14] Version intended to work with QDK version v0.21.2112.[tbd] +* Job result histograms will be left-aligned (not centered) in console output. + 0.10.0 ++++++ * [2021-11-22] Version intended to work with QDK version v0.20.2111.177148 diff --git a/src/quantum/azext_quantum/__init__.py b/src/quantum/azext_quantum/__init__.py index a75253c18ef..15b17d5adc1 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.10.0" +CLI_REPORTED_VERSION = "0.11.0" class QuantumCommandsLoader(AzCommandsLoader): diff --git a/src/quantum/setup.py b/src/quantum/setup.py index fdca8d303ea..ed6f96b30b2 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.10.0' +VERSION = '0.11.0' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers From 9a285f743527fbb83cb36965e4318bc2534afd03 Mon Sep 17 00:00:00 2001 From: XField <58103249+vxfield@users.noreply.github.com> Date: Fri, 10 Dec 2021 05:04:23 -0800 Subject: [PATCH 2/3] Final 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 ff093ee2a3f..64098491d23 100644 --- a/src/quantum/HISTORY.rst +++ b/src/quantum/HISTORY.rst @@ -5,7 +5,7 @@ Release History 0.11.0 ++++++ -* [2021-12-14] Version intended to work with QDK version v0.21.2112.[tbd] +* [2021-12-14] Version intended to work with QDK version v0.21.2112.180703 * Job result histograms will be left-aligned (not centered) in console output. 0.10.0 From b12593a7695d5baf0ec947d6b90affd919846c53 Mon Sep 17 00:00:00 2001 From: XField <58103249+vxfield@users.noreply.github.com> Date: Mon, 13 Dec 2021 10:37:08 -0800 Subject: [PATCH 3/3] Blank commit --- src/quantum/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/quantum/setup.py b/src/quantum/setup.py index ed6f96b30b2..1bf835c5837 100644 --- a/src/quantum/setup.py +++ b/src/quantum/setup.py @@ -55,3 +55,4 @@ install_requires=DEPENDENCIES, package_data={'azext_quantum': ['azext_metadata.json']}, ) +