Skip to content

Commit f0d4a78

Browse files
authored
Prepare 0.8.2 release (#1523)
Increment the version strings and add a prelude to the release notes.
1 parent 1671207 commit f0d4a78

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
version = os.getenv("VERSION_STRING", "0.8")
3939

4040
# The full version, including alpha/beta/rc tags
41-
release = os.getenv("RELEASE_STRING", "0.8.1")
41+
release = os.getenv("RELEASE_STRING", "0.8.2")
4242

4343
project = "Qiskit Experiments"
4444
copyright = f"2021-{datetime.date.today().year}, Qiskit Development Team" # pylint: disable=redefined-builtin

qiskit_experiments/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.1
1+
0.8.2

releasenotes/notes/fix-jobv2-status-4cf3443e2f3a16b9.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ fixes:
55
fixes_expdata:
66
- |
77
Fixed :class:`~.ExperimentData` not reporting the correct job status when
8-
the job is of type :class:`~qiskit_ibm_runtime.RuntimeJobV2`.
8+
the job is of type :class:`~qiskit_ibm_runtime.RuntimeJobV2`. See `#1512
9+
<https://github.com/qiskit-community/qiskit-experiments/pull/1512>`__.
910
developer:
1011
- |
1112
Added a function that returns the job status as :class:`qiskit.providers.jobstatus.JobStatus`:
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
prelude: >
3+
Qiskit Experiments 0.8.2 is a minor update to 0.8.1 to fix an issue with
4+
tracking the job status of Qiskit IBM Runtime jobs.

0 commit comments

Comments
 (0)