Skip to content

Commit cb83410

Browse files
coruscatingwshanks
andauthored
Prep for 0.5.4 release (#1302)
Bumps the package version and adds a release note. --------- Co-authored-by: Will Shanks <willshanks@us.ibm.com>
1 parent 6b66777 commit cb83410

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
# The short X.Y version
3939
version = "0.5"
4040
# The full version, including alpha/beta/rc tags
41-
release = "0.5.3"
41+
release = "0.5.4"
4242
project = f"Qiskit Experiments {version}"
4343
copyright = f"2021-{datetime.date.today().year}, Qiskit Development Team" # pylint: disable=redefined-builtin
4444
author = "Qiskit Development Team"

qiskit_experiments/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.3
1+
0.5.4
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
prelude: >
3+
Qiskit Experiments 0.5.4 is a minor improvement and fixes release.

releasenotes/notes/remove-tomo-reset-3f21ec4d0dacba91.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ other:
44
Removed the reset instruction from the beginning of tomography experiments.
55
Since qubits are usually reset between circuits, this change should have no
66
impact on tomography experiments, but it should allow backends that do not
7-
provide a reset instruction to run tomography experiments. `#1250
8-
<https://github.com/Qiskit-Extensions/qiskit-experiments/issues/881>`
7+
provide a reset instruction to run tomography experiments. See `#1250
8+
<https://github.com/Qiskit-Extensions/qiskit-experiments/issues/881>`__.

0 commit comments

Comments
 (0)