From 803929329b932f1bb1af6f0dc9db06013121c9dc Mon Sep 17 00:00:00 2001 From: Jesus Talavera Date: Thu, 12 Dec 2024 14:37:43 +0100 Subject: [PATCH] Preparing v0.9.2 --- docs/conf.py | 2 +- release-notes/0.9.2.rst | 7 +++++++ setup.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 release-notes/0.9.2.rst diff --git a/docs/conf.py b/docs/conf.py index 8567467..5173eeb 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.1" +release = "0.9.2" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/release-notes/0.9.2.rst b/release-notes/0.9.2.rst new file mode 100644 index 0000000..636f1f6 --- /dev/null +++ b/release-notes/0.9.2.rst @@ -0,0 +1,7 @@ +0.9.2 (2024-12-12) +================== + +Bug fixes +--------- + +- Pin qiskit_ibm_ai_local_transpiler version to 0.1.3 (`145 `__) diff --git a/setup.py b/setup.py index 40ff241..2048e71 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setup( name="qiskit-ibm-transpiler", - version="0.9.1", + version="0.9.2", 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",