Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ pull_request_rules:
actions:
backport:
branches:
- stable/0.12
- stable/0.13
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Release Notes
=============

.. release-notes::
:earliest-version: 0.12.0
:earliest-version: 0.13.0

.. _Release Notes_0.12.0:

Expand Down
2 changes: 1 addition & 1 deletion qiskit_experiments/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.0
0.14.0