Skip to content

Commit

Permalink
Preparing release qiskit-transpiler-service 0.4.10 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesus-talavera-ibm authored Sep 17, 2024
1 parent 97fb6f2 commit 9d7ba90
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions 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.4.10] - 2024-09-17

### 🐛 Fixed

- [#77](https://github.com/Qiskit/qiskit-transpiler-service/pull/77) Fixing the type of ECR gates when loading circuits from the qiskit transpiler service for all backends

## [0.4.9] - 2024-09-12

### 🐛 Fixed
Expand Down Expand Up @@ -165,8 +171,9 @@ 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-transpiler-service/compare/0.4.9...main-qiskit-transpiler-service
[0.4.8]: https://github.com/Qiskit/qiskit-transpiler-service/compare/0.4.8...0.4.9
[Unreleased]: https://github.com/Qiskit/qiskit-transpiler-service/compare/0.4.10...main-qiskit-transpiler-service
[0.4.10]: https://github.com/Qiskit/qiskit-transpiler-service/compare/0.4.9...0.4.10
[0.4.9]: https://github.com/Qiskit/qiskit-transpiler-service/compare/0.4.8...0.4.9
[0.4.8]: https://github.com/Qiskit/qiskit-transpiler-service/compare/0.4.7...0.4.8
[0.4.7]: https://github.com/Qiskit/qiskit-transpiler-service/compare/0.4.6...0.4.7
[0.4.6]: https://github.com/Qiskit/qiskit-transpiler-service/compare/0.4.5...0.4.6
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 Transpiler Service"
copyright = "2024, IBM Quantum"
author = "IBM Quantum"
release = "0.4.9"
release = "0.4.10"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
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-transpiler-service",
version="0.4.9",
version="0.4.10",
description="Deprecated: use qiskit-ibm-transpiler (https://pypi.org/project/qiskit-ibm-transpiler/) instead. A library to use Qiskit Transpiler service (https://docs.quantum.ibm.com/transpile/qiskit-transpiler-service) 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 9d7ba90

Please sign in to comment.