From e66bebd619fb5b6863cd49ff7838064552dc6bc9 Mon Sep 17 00:00:00 2001 From: Jesus Talavera <145992175+jesus-talavera-ibm@users.noreply.github.com> Date: Thu, 29 Aug 2024 13:16:09 +0200 Subject: [PATCH] Preparing release qiskit-transpiler-service 0.4.8 (#55) Co-authored-by: Juan Cruz-Benito --- CHANGELOG.md | 9 ++++++++- README.md | 2 +- docs/conf.py | 2 +- setup.py | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0367ee..5ff910b 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.4.8] - 2024-08-29 + +### ✏️ Changed + +- [#54](https://github.com/Qiskit/qiskit-transpiler-service/pull/54) Keep trying getting result even in case of HTTPError exception with status 520 + ## [0.4.7] - 2024-08-27 ### 🐛 Fixed @@ -153,7 +159,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-transpiler-service/compare/0.4.7...main-qiskit-transpiler-service +[Unreleased]: https://github.com/Qiskit/qiskit-transpiler-service/compare/0.4.8...main-qiskit-transpiler-service +[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 [0.4.5]: https://github.com/Qiskit/qiskit-transpiler-service/compare/0.4.4...0.4.5 diff --git a/README.md b/README.md index 48994f1..b410a5b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # qiskit_transpiler_service -> ⚠️ The package **qiskit-transpiler-service** is deprecated. Use **qiskit-ibm-transpiler** instead +> ⚠️ The package **qiskit-transpiler-service** is 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). diff --git a/docs/conf.py b/docs/conf.py index e47ab55..d6e390e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -13,7 +13,7 @@ project = "Qiskit Transpiler Service" copyright = "2024, IBM Quantum" author = "IBM Quantum" -release = "0.4.7" +release = "0.4.8" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/setup.py b/setup.py index 5ddab18..a384e00 100644 --- a/setup.py +++ b/setup.py @@ -31,8 +31,8 @@ setup( name="qiskit-transpiler-service", - version="0.4.7", - description="Deprecated: use 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)", + version="0.4.8", + 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", url="https://github.com/Qiskit/qiskit-transpiler-service",