File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ pull_request_rules:
6
6
actions :
7
7
backport :
8
8
branches :
9
- - stable/0.10
9
+ - stable/0.11
Original file line number Diff line number Diff line change 35
35
36
36
# -- Project information -----------------------------------------------------
37
37
# The short X.Y version
38
- version = os .getenv ("VERSION_STRING" , "0.11 " )
38
+ version = os .getenv ("VERSION_STRING" , "0.12 " )
39
39
40
40
# 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" )
42
42
43
43
project = "Qiskit Experiments"
44
44
copyright = f"2021-{ datetime .date .today ().year } , Qiskit Development Team" # pylint: disable=redefined-builtin
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Release Notes
3
3
=============
4
4
5
5
.. release-notes ::
6
- :earliest-version: 0.10 .0
6
+ :earliest-version: 0.11 .0
7
7
8
8
.. _Release Notes_0.10.0 :
9
9
@@ -4129,4 +4129,4 @@ API Changes for Experiment Authors
4129
4129
- A ``model_description `` fields has been added to the
4130
4130
:class: `qiskit_experiments.curve_analysis.SeriesDef ` dataclass. This field
4131
4131
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.
Original file line number Diff line number Diff line change 1
- 0.11 .0
1
+ 0.12 .0
You can’t perform that action at this time.
0 commit comments