From 0092ee812a6d1acf0bcc504bc184b3b0e2e49ffe Mon Sep 17 00:00:00 2001 From: Jesus Talavera <145992175+jesus-talavera-ibm@users.noreply.github.com> Date: Tue, 17 Sep 2024 13:19:27 +0200 Subject: [PATCH] Preparing release qiskit-ibm-transpiler 0.5.3 (#75) --- CHANGELOG.md | 9 ++++++++- docs/conf.py | 2 +- release-notes/unreleased/74.bug.rst | 1 - setup.py | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 release-notes/unreleased/74.bug.rst diff --git a/CHANGELOG.md b/CHANGELOG.md index fb94428..46961ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### ⚠️ Deprecated +## [0.5.3] - 2024-09-17 + +### 🐛 Fixed + +- [#74](https://github.com/Qiskit/qiskit-ibm-transpiler/pull/74) Fixing the type of ECR gates when loading circuits from the qiskit transpiler service for all backends + ## [0.5.2] - 2024-09-12 ### ✏️ Changed @@ -165,7 +171,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Publishing first version 0.1.2 for the IBM Quantum Summit. -[Unreleased]: https://github.com/Qiskit/qiskit-ibm-transpiler/compare/0.5.2...stable/0.5.0 +[Unreleased]: https://github.com/Qiskit/qiskit-ibm-transpiler/compare/0.5.3...stable/0.5.0 +[0.5.3]: https://github.com/Qiskit/qiskit-ibm-transpiler/compare/0.5.2...0.5.3 [0.5.2]: https://github.com/Qiskit/qiskit-ibm-transpiler/compare/0.5.1...0.5.2 [0.5.1]: https://github.com/Qiskit/qiskit-ibm-transpiler/compare/0.5.0...0.5.1 [0.5.0]: https://github.com/Qiskit/qiskit-ibm-transpiler/compare/0.4.6...0.5.0 diff --git a/docs/conf.py b/docs/conf.py index a4fc98c..13eac21 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -13,7 +13,7 @@ project = "Qiskit IBM Transpiler" copyright = "2024, IBM Quantum" author = "IBM Quantum" -release = "0.5.2" +release = "0.5.3" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/release-notes/unreleased/74.bug.rst b/release-notes/unreleased/74.bug.rst deleted file mode 100644 index 4fbdc7f..0000000 --- a/release-notes/unreleased/74.bug.rst +++ /dev/null @@ -1 +0,0 @@ -Fixes a bug with ECR gates coming from Qiskit when parsing using OpenQASM2 diff --git a/setup.py b/setup.py index 9aeb176..3823e0b 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setup( name="qiskit-ibm-transpiler", - version="0.5.2", + version="0.5.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",