From 35459ee64ea3d1f41751d27d9687c9b355c0b4d0 Mon Sep 17 00:00:00 2001 From: Etienne Wodey <44871469+airwoodix@users.noreply.github.com> Date: Fri, 6 Oct 2023 10:07:53 +0200 Subject: [PATCH] Prepare for release 0.18.0. (#83) --- CHANGELOG.md | 2 ++ docs/conf.py | 4 ++-- pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1891ec6..431570a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## qiskit-aqt-provider v0.18.0 + * Check that the circuits submitted to the offline simulators can be converted to the AQT API (#68) * Update the user guide and improve the API reference consistency (#72, #75) * Add quickstart examples for the Qiskit.org homepage (#73) diff --git a/docs/conf.py b/docs/conf.py index b11d5b6..ba1a3ac 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -17,9 +17,9 @@ author = "Qiskit and AQT development teams" # The short X.Y version -version = "0.17.0" +version = "0.18.0" # The full version, including alpha/beta/rc tags -release = "0.17.0" +release = "0.18.0" extensions = [ "sphinx.ext.napoleon", diff --git a/pyproject.toml b/pyproject.toml index aa2ade8..9910720 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "qiskit-aqt-provider" -version = "0.17.0" +version = "0.18.0" description = "Qiskit provider for AQT backends" authors = ["Qiskit Development Team", "Alpine Quantum Technologies GmbH"] repository = "https://github.com/qiskit-community/qiskit-aqt-provider"