Skip to content

Commit

Permalink
Increment version numbers following 0.8 release (#1480)
Browse files Browse the repository at this point in the history
  • Loading branch information
wshanks authored Nov 1, 2024
1 parent c66db6f commit 7139680
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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.7
- stable/0.8
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.8")
version = os.getenv("VERSION_STRING", "0.9")

# The full version, including alpha/beta/rc tags
release = os.getenv("RELEASE_STRING", "0.8.0")
release = os.getenv("RELEASE_STRING", "0.9.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.7.0
:earliest-version: 0.8.0

.. _Release Notes_0.7.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.8.0
0.9.0

0 comments on commit 7139680

Please sign in to comment.