Skip to content

Commit 5c6f4b2

Browse files
authored
Prepare 0.6.1 release (#1440)
Bump package version and add release note.
1 parent c94094b commit 5c6f4b2

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
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.6")
3939

4040
# The full version, including alpha/beta/rc tags
41-
release = os.getenv("RELEASE_STRING", "0.6.0")
41+
release = os.getenv("RELEASE_STRING", "0.6.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.0
1+
0.6.1
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
prelude: >
3+
Qiskit Experiments 0.6.1 is a minor bug fixes release.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
fixes:
3+
- |
4+
Removed a ``FakeBackendV2`` import path which would have been incompatible with Qiskit 1.1 and above. See
5+
`#1420 <https://github.com/Qiskit-Extensions/qiskit-experiments/pull/1420>`_.

0 commit comments

Comments
 (0)