From fe753d807479f6a0b5d7e61c6118dff7dd57bf9b Mon Sep 17 00:00:00 2001 From: Jesus Talavera Date: Wed, 18 Dec 2024 12:41:40 +0100 Subject: [PATCH] Preparing release 0.9.3 --- docs/conf.py | 2 +- release-notes/0.9.3.rst | 7 +++++++ setup.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 release-notes/0.9.3.rst diff --git a/docs/conf.py b/docs/conf.py index 5173eeb..34ef142 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.2" +release = "0.9.3" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/release-notes/0.9.3.rst b/release-notes/0.9.3.rst new file mode 100644 index 0000000..58561de --- /dev/null +++ b/release-notes/0.9.3.rst @@ -0,0 +1,7 @@ +0.9.3 (2024-12-18) +================== + +Other notes +----------- + +- Pin qiskit_ibm_ai_local_transpiler version to 0.1.4 and Qiskit to <1.3 (`149 `__) diff --git a/setup.py b/setup.py index 2048e71..0748ccd 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setup( name="qiskit-ibm-transpiler", - version="0.9.2", + version="0.9.3", 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",