Skip to content

Commit

Permalink
chore: Preparing release qiskit-ibm-transpiler 0.10.0 (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesus-talavera-ibm authored Jan 10, 2025
1 parent 2130b0e commit 94c3db9
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 9 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.9.3"
release = "0.10.0"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
20 changes: 20 additions & 0 deletions release-notes/0.10.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
0.10.0 (2025-01-09)
===================

Upgrade notes
-------------

- Update Qiskit to v1.3.0. (`144 <https://github.com/Qiskit/qiskit-ibm-transpiler/pull/144>`__)


Deprecation notes
-----------------

- Remove qiskit_transpiler_service package. (`147 <https://github.com/Qiskit/qiskit-ibm-transpiler/pull/147>`__)


Bug fixes
---------

- Align QPY version with service. (`136 <https://github.com/Qiskit/qiskit-ibm-transpiler/pull/136>`__)
- Fixes permutation notebook example by updating the coupling map used (`141 <https://github.com/Qiskit/qiskit-ibm-transpiler/pull/141>`__)
1 change: 0 additions & 1 deletion release-notes/unreleased/136.bug.rst

This file was deleted.

4 changes: 0 additions & 4 deletions release-notes/unreleased/141.bug.rst

This file was deleted.

1 change: 0 additions & 1 deletion release-notes/unreleased/144.upgrade.rst

This file was deleted.

1 change: 0 additions & 1 deletion release-notes/unreleased/147.deprecation.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.9.3",
version="0.10.0",
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 94c3db9

Please sign in to comment.