Skip to content

Commit 16b9929

Browse files
authored
Bump versions following 0.13 release (#1604)
Changes from `tox run -ebumpversion`
1 parent 19b06b4 commit 16b9929

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.12
9+
- stable/0.13

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.13")
38+
version = os.getenv("VERSION_STRING", "0.14")
3939

4040
# The full version, including alpha/beta/rc tags
41-
release = os.getenv("RELEASE_STRING", "0.13.0")
41+
release = os.getenv("RELEASE_STRING", "0.14.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Release Notes
33
=============
44

55
.. release-notes::
6-
:earliest-version: 0.12.0
6+
:earliest-version: 0.13.0
77

88
.. _Release Notes_0.12.0:
99

qiskit_experiments/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.13.0
1+
0.14.0

0 commit comments

Comments
 (0)