Skip to content

Commit

Permalink
Prepare release 0.12.0 (#1044)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt474 authored Aug 29, 2023
1 parent 721f9f8 commit efb025e
Show file tree
Hide file tree
Showing 14 changed files with 9 additions and 9 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.11.4'
release = '0.12.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.11.3 documentation
Qiskit Runtime 0.12.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.11.4
0.12.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
upgrade:
- |
Circuits and other input parameters will no longer be automatically stored in runtime jobs.
They can still be retrieved with :meth:`qiskit_ibm_runtime.RuntimeJob.inputs`.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
fixes:
- |
Fixes a race condition in the function `test_cancel_running_job()` in `test_job.py`
Fixes a race condition in the test `test_cancel_running_job()` in `test_job.py`
where job cancellation could not be performed.
Refer to #1019 <https://github.com/Qiskit/qiskit-ibm-runtime/issues/1019>_ for
more details.

This file was deleted.

0 comments on commit efb025e

Please sign in to comment.