Skip to content

Commit

Permalink
Bump versions (#1460)
Browse files Browse the repository at this point in the history
### Summary

Update package version to 0.8
Update latest release to 0.7

### Details and comments
  • Loading branch information
nkanazawa1989 authored Jun 5, 2024
1 parent 517532e commit f38b973
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.6
- stable/0.7
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.7")
version = os.getenv("VERSION_STRING", "0.8")

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

.. _Release Notes_0.6.1:

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.7.0
0.8.0

0 comments on commit f38b973

Please sign in to comment.