Skip to content

Commit aecea7b

Browse files
authored
Prepare for 0.8.1 release (#1507)
This change increments the version number and adds a prelude for the 0.8.1 release notes.
1 parent a0429ed commit aecea7b

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

docs/conf.py

+1-1
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.0")
41+
release = os.getenv("RELEASE_STRING", "0.8.1")
4242

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

qiskit_experiments/VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.0
1+
0.8.1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
prelude: >
3+
Qiskit Experiments 0.8.1 is a minor update to 0.8.0 to improve
4+
compatibility with dependencies Qiskit and CVXPY. References to code in
5+
these dependencies were updated to avoid triggering deprecation warnings, so
6+
that the code will continue to work as new versions of Qiskit and CVXPY are
7+
released. Additional examples were added to the documentation, and some
8+
typos were corrected.

releasenotes/notes/qiskit13-deprecations-afece0ceea29f3f7.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ upgrade:
33
- |
44
Minor adjustments were made to Qiskit Experiments internals to avoid
55
deprecation warnings when using Qiskit 1.3. See `#1482
6-
<https://github.com/qiskit-community/qiskit-experiments/pull/1482>`__.
6+
<https://github.com/qiskit-community/qiskit-experiments/pull/1482>`__ and
7+
`#1491 <https://github.com/qiskit-community/qiskit-experiments/pull/1491>`__.

0 commit comments

Comments
 (0)