Skip to content

Commit

Permalink
Prepare release 0.15.1 (Qiskit#1230)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt474 authored Nov 17, 2023
1 parent 8205a37 commit 0b64fb0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.16.0'
release = '0.15.1'

docs_url_prefix = "ecosystem/ibm-runtime"

Expand Down
2 changes: 1 addition & 1 deletion qiskit_ibm_runtime/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.16.0
0.15.1
2 changes: 1 addition & 1 deletion qiskit_ibm_runtime/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def from_id(
"""Construct a Session object with a given session_id
Args:
session_id: the id of the session to be created. This can be an already
session_id: the id of the session to be created. This must be an already
existing session id.
service: instance of the ``QiskitRuntimeService`` class.
backend: instance of :class:`qiskit_ibm_runtime.IBMBackend` class or
Expand Down

0 comments on commit 0b64fb0

Please sign in to comment.