Skip to content

Commit

Permalink
Prepare 0.6.1 release (#1440)
Browse files Browse the repository at this point in the history
Bump package version and add release note.
  • Loading branch information
coruscating authored Apr 10, 2024
1 parent c94094b commit 5c6f4b2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 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.6")

# The full version, including alpha/beta/rc tags
release = os.getenv("RELEASE_STRING", "0.6.0")
release = os.getenv("RELEASE_STRING", "0.6.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.6.0
0.6.1
3 changes: 3 additions & 0 deletions releasenotes/notes/0.6/0_6_1_release-9ccfd5dba7190c77.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
prelude: >
Qiskit Experiments 0.6.1 is a minor bug fixes release.
5 changes: 5 additions & 0 deletions releasenotes/notes/remove_backendv2-b608a2f380698710.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
fixes:
- |
Removed a ``FakeBackendV2`` import path which would have been incompatible with Qiskit 1.1 and above. See
`#1420 <https://github.com/Qiskit-Extensions/qiskit-experiments/pull/1420>`_.

0 comments on commit 5c6f4b2

Please sign in to comment.