Skip to content

Commit

Permalink
Prepare release 0.15.0 (#1226)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt474 committed Nov 17, 2023
1 parent 8fa0472 commit 5271642
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 5 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.14.1'
release = '0.15.0'

docs_url_prefix = "ecosystem/ibm-runtime"

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#########################################
Qiskit Runtime 0.14.0 documentation
Qiskit Runtime 0.15.0 documentation
#########################################

Overview
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.14.1
0.15.0
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---

features:
- |
Added support for ``backend.run()``. The functionality is similar to that in ``qiskit-ibm-provider``.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
fixes:
- |
The ``backend`` parameter in :meth:`~qiskit_ibm_runtime.Session.from_id` is being deprecated because
sessions do not support multiple backends. Additionally, the `service` parameter is no longer optional.
sessions do not support multiple backends. Additionally, the ``service`` parameter is no longer optional.

0 comments on commit 5271642

Please sign in to comment.