Skip to content

Commit

Permalink
Prepare for 0.8.1 release
Browse files Browse the repository at this point in the history
This change increments the version number and adds a prelude for the
0.8.1 release notes.
  • Loading branch information
wshanks committed Dec 27, 2024
1 parent a0429ed commit 76c8d3e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 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 @@
version = os.getenv("VERSION_STRING", "0.8")

# The full version, including alpha/beta/rc tags
release = os.getenv("RELEASE_STRING", "0.8.0")
release = os.getenv("RELEASE_STRING", "0.8.1")

project = "Qiskit Experiments"
copyright = f"2021-{datetime.date.today().year}, Qiskit Development Team" # pylint: disable=redefined-builtin
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.8.0
0.8.1
8 changes: 8 additions & 0 deletions releasenotes/notes/prelude-0.8.1-d98e520584b5d73e.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
prelude: >
Qiskit Experiments 0.8.1 is a minor update to 0.8.0 to improve
compatibility with dependencies Qiskit and CVXPY. References to code in
these dependencies was updated to avoid triggering deprecation warnings, so
that it will continue to work as new versions of Qiskit and CVXPY are
released. Additional examples were added to the documentation, and some
typos were corrected.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ upgrade:
- |
Minor adjustments were made to Qiskit Experiments internals to avoid
deprecation warnings when using Qiskit 1.3. See `#1482
<https://github.com/qiskit-community/qiskit-experiments/pull/1482>`__.
<https://github.com/qiskit-community/qiskit-experiments/pull/1482>`__ and
`#1491 <https://github.com/qiskit-community/qiskit-experiments/pull/1491>`__.

0 comments on commit 76c8d3e

Please sign in to comment.