Skip to content

Commit

Permalink
Prep for 0.5.4 release (#1302)
Browse files Browse the repository at this point in the history
Bumps the package version and adds a release note.

---------

Co-authored-by: Will Shanks <[email protected]>
  • Loading branch information
coruscating and wshanks authored Nov 1, 2023
1 parent 6b66777 commit cb83410
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
# The short X.Y version
version = "0.5"
# The full version, including alpha/beta/rc tags
release = "0.5.3"
release = "0.5.4"
project = f"Qiskit Experiments {version}"
copyright = f"2021-{datetime.date.today().year}, Qiskit Development Team" # pylint: disable=redefined-builtin
author = "Qiskit Development Team"
Expand Down
2 changes: 1 addition & 1 deletion qiskit_experiments/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.3
0.5.4
3 changes: 3 additions & 0 deletions releasenotes/notes/0.5/0_5_4_release-ed63a0651f74db28.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
prelude: >
Qiskit Experiments 0.5.4 is a minor improvement and fixes release.
4 changes: 2 additions & 2 deletions releasenotes/notes/remove-tomo-reset-3f21ec4d0dacba91.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ other:
Removed the reset instruction from the beginning of tomography experiments.
Since qubits are usually reset between circuits, this change should have no
impact on tomography experiments, but it should allow backends that do not
provide a reset instruction to run tomography experiments. `#1250
<https://github.com/Qiskit-Extensions/qiskit-experiments/issues/881>`
provide a reset instruction to run tomography experiments. See `#1250
<https://github.com/Qiskit-Extensions/qiskit-experiments/issues/881>`__.

0 comments on commit cb83410

Please sign in to comment.