From a8fd21b0a1d0efdbad06486338c1eee786edf591 Mon Sep 17 00:00:00 2001 From: Juan Cruz-Benito Date: Fri, 15 Nov 2024 13:36:08 -0500 Subject: [PATCH] Preparing v0.9.1 --- docs/conf.py | 2 +- release-notes/{unreleased/130.bug.rst => 0.9.1.rst} | 3 +++ setup.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) rename release-notes/{unreleased/130.bug.rst => 0.9.1.rst} (82%) diff --git a/docs/conf.py b/docs/conf.py index 889ff30..dfb11fd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -14,7 +14,7 @@ project = "Qiskit IBM Transpiler" copyright = "2024, IBM Quantum" author = "IBM Quantum" -release = "0.9.0" +release = "0.9.1" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/release-notes/unreleased/130.bug.rst b/release-notes/0.9.1.rst similarity index 82% rename from release-notes/unreleased/130.bug.rst rename to release-notes/0.9.1.rst index 5c36ff9..e96c55f 100644 --- a/release-notes/unreleased/130.bug.rst +++ b/release-notes/0.9.1.rst @@ -1,3 +1,6 @@ +0.9.1 (2024-11-15) +================== + Bug fixes --------- diff --git a/setup.py b/setup.py index 33fa531..6707864 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setup( name="qiskit-ibm-transpiler", - version="0.9.0", + version="0.9.1", description="A library to use Qiskit IBM Transpiler (https://docs.quantum.ibm.com/transpile/qiskit-ibm-transpiler) and the AI transpiler passes (https://docs.quantum.ibm.com/transpile/ai-transpiler-passes)", long_description=README, long_description_content_type="text/markdown",