Skip to content

Commit 199c97b

Browse files
authored
Bump package version to 0.6.0 (#1109)
### Summary Incrementing the version after 0.5 release. In addition to the places we usually update, `CITATION.cff` needs to be updated with the latest release and doi. The mergify target branch has been updated as well.
1 parent 8fe22c9 commit 199c97b

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.mergify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ pull_request_rules:
66
actions:
77
backport:
88
branches:
9-
- stable/0.4
9+
- stable/0.5

CITATION.cff

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ authors:
2121
given-names: "Christopher J."
2222
orcid: "https://orcid.org/0000-0001-7606-7349"
2323
title: "Qiskit Experiments"
24-
version: 0.4.0
25-
doi: 10.5281/zenodo.7737486
26-
date-released: 2022-08-16
24+
version: 0.5.0
25+
doi: 10.5281/zenodo.7779295
26+
date-released: 2022-03-28
2727
url: "https://github.com/Qiskit/qiskit-experiments"

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636

3737
# -- Project information -----------------------------------------------------
3838
# The short X.Y version
39-
version = "0.5"
39+
version = "0.6"
4040
# The full version, including alpha/beta/rc tags
41-
release = "0.5.0"
41+
release = "0.6.0"
4242
project = f"Qiskit Experiments {version}"
4343
copyright = f"2021-{datetime.date.today().year}, Qiskit Development Team" # pylint: disable=redefined-builtin
4444
author = "Qiskit Development Team"

qiskit_experiments/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.0
1+
0.6.0

0 commit comments

Comments
 (0)