diff --git a/.mergify.yml b/.mergify.yml index 63edfe1046..d59af71164 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -6,4 +6,4 @@ pull_request_rules: actions: backport: branches: - - stable/0.12 + - stable/0.13 diff --git a/docs/conf.py b/docs/conf.py index 075046e7a9..85e6b8db13 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -35,10 +35,10 @@ # -- Project information ----------------------------------------------------- # The short X.Y version -version = os.getenv("VERSION_STRING", "0.13") +version = os.getenv("VERSION_STRING", "0.14") # The full version, including alpha/beta/rc tags -release = os.getenv("RELEASE_STRING", "0.13.0") +release = os.getenv("RELEASE_STRING", "0.14.0") project = "Qiskit Experiments" copyright = f"2021-{datetime.date.today().year}, Qiskit Development Team" # pylint: disable=redefined-builtin diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 0e7a8f3640..1c91354c00 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -3,7 +3,7 @@ Release Notes ============= .. release-notes:: - :earliest-version: 0.12.0 + :earliest-version: 0.13.0 .. _Release Notes_0.12.0: diff --git a/qiskit_experiments/VERSION.txt b/qiskit_experiments/VERSION.txt index 54d1a4f2a4..a803cc227f 100644 --- a/qiskit_experiments/VERSION.txt +++ b/qiskit_experiments/VERSION.txt @@ -1 +1 @@ -0.13.0 +0.14.0