Skip to content

Commit

Permalink
Preparing release qiskit-ibm-transpiler 0.6.3 (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesus-talavera-ibm authored Oct 31, 2024
1 parent 53422d7 commit 4e99846
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions release-notes/0.6.3.rst
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/Qiskit/qiskit-ibm-transpiler/pull/105>`__)
1 change: 0 additions & 1 deletion release-notes/unreleased/105.fix.rst

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4e99846

Please sign in to comment.