Skip to content

Commit a8ad5c2

Browse files
authored
Increment versions in repo to 0.12 (#1573)
Changes generated by `tox run -ebumpversion`
1 parent 56f6efa commit a8ad5c2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.10
9+
- stable/0.11

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535

3636
# -- Project information -----------------------------------------------------
3737
# The short X.Y version
38-
version = os.getenv("VERSION_STRING", "0.11")
38+
version = os.getenv("VERSION_STRING", "0.12")
3939

4040
# The full version, including alpha/beta/rc tags
41-
release = os.getenv("RELEASE_STRING", "0.11.0")
41+
release = os.getenv("RELEASE_STRING", "0.12.0")
4242

4343
project = "Qiskit Experiments"
4444
copyright = f"2021-{datetime.date.today().year}, Qiskit Development Team" # pylint: disable=redefined-builtin

docs/release_notes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Release Notes
33
=============
44

55
.. release-notes::
6-
:earliest-version: 0.10.0
6+
:earliest-version: 0.11.0
77

88
.. _Release Notes_0.10.0:
99

@@ -4129,4 +4129,4 @@ API Changes for Experiment Authors
41294129
- A ``model_description`` fields has been added to the
41304130
:class:`qiskit_experiments.curve_analysis.SeriesDef` dataclass. This field
41314131
stores the string representation of the fit model of the curve and will be
4132-
stored in the experiments analysis result extra field.
4132+
stored in the experiments analysis result extra field.

qiskit_experiments/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.11.0
1+
0.12.0

0 commit comments

Comments
 (0)