Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for 0.8.1 release #1507

Merged
merged 2 commits into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 were updated to avoid triggering deprecation warnings, so
that the code 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>`__.
Loading