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 c2a5d9b..564cb65 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",