From 70d1ceae392093cdad31a263a78695a7b626bf16 Mon Sep 17 00:00:00 2001 From: Ricardo Espinoza Date: Mon, 24 May 2021 23:33:47 -0700 Subject: [PATCH] Update version and history info for az quantum extension 0.5.0 --- src/quantum/HISTORY.rst | 8 +++++++- src/quantum/setup.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/quantum/HISTORY.rst b/src/quantum/HISTORY.rst index 5999a95c50f..719b1e4d7c4 100644 --- a/src/quantum/HISTORY.rst +++ b/src/quantum/HISTORY.rst @@ -3,9 +3,15 @@ Release History =============== +0.5.0 +++++++ +* [2021-05-25] Version intended to work with QDK version v0.17.2105.143879 +* Adapted to 'az' tool version 2.23.0 +* Added user agent information on calls to Azure Quantum Service. + 0.4.0 ++++++ -* [2021-05-03] Version intended to work with QDK version v0.16.2104.138035 +* [2021-05-07] Version intended to work with QDK version v0.16.2104.138035 * Updated generated clients for Azure Quantum control plane to include support for restricted plans. * Fixed regression on offerings commands dependent on Azure Markeplace APIs. diff --git a/src/quantum/setup.py b/src/quantum/setup.py index a9025a13fd6..c6ab1c7cd0c 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.4.0' +VERSION = '0.5.0' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers