diff --git a/docs/conf.py b/docs/conf.py index a4d84d2..9b3d25b 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.6.2" +release = "0.6.3" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/release-notes/0.6.3.rst b/release-notes/0.6.3.rst new file mode 100644 index 0000000..6371511 --- /dev/null +++ b/release-notes/0.6.3.rst @@ -0,0 +1,7 @@ +0.6.3 (2024-10-31) +================== + +Bug fixes +--------- + +- Added fix to avoid random test errors. Check that result exists when result is success. (`105 `__) diff --git a/release-notes/unreleased/105.fix.rst b/release-notes/unreleased/105.fix.rst deleted file mode 100644 index 253755b..0000000 --- a/release-notes/unreleased/105.fix.rst +++ /dev/null @@ -1 +0,0 @@ -Added fix to avoid random test errors. Check that result exists when result is success. \ No newline at end of file diff --git a/setup.py b/setup.py index 1bcd72f..7df617f 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setup( name="qiskit-ibm-transpiler", - version="0.6.2", + version="0.6.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",