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 9e7d310..60dc76a 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",