Skip to content

Commit

Permalink
Preparing release qiskit-ibm-transpiler 0.5.3 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesus-talavera-ibm authored Sep 17, 2024
1 parent c2e3562 commit 0092ee8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion release-notes/unreleased/74.bug.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.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",
Expand Down

0 comments on commit 0092ee8

Please sign in to comment.