Skip to content

Commit 99105a6

Browse files
authored
0.5.1 release (#1149)
### Summary This PR bumps the version to 0.5.1 and makes the release note.
1 parent 2a08924 commit 99105a6

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
# The short X.Y version
3939
version = "0.5"
4040
# The full version, including alpha/beta/rc tags
41-
release = "0.5.0"
41+
release = "0.5.1"
4242
project = f"Qiskit Experiments {version}"
4343
copyright = f"2021-{datetime.date.today().year}, Qiskit Development Team" # pylint: disable=redefined-builtin
4444
author = "Qiskit Development Team"

qiskit_experiments/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.0
1+
0.5.1
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
prelude: >
3+
Qiskit Experiments 0.5.1 is a minor bug fix release.

0 commit comments

Comments
 (0)