Skip to content

Commit 59b715e

Browse files
authored
Prepare release 0.7.0rc1 (#485)
* prepare pre release 0.7.0rc1 * update reno typo
1 parent 29acd55 commit 59b715e

9 files changed

+3
-3
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
# The short X.Y version
4747
version = ''
4848
# The full version, including alpha/beta/rc tags
49-
release = '0.7.0'
49+
release = '0.7.0rc1'
5050

5151
# -- General configuration ---------------------------------------------------
5252

qiskit_ibm_runtime/VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.0
1+
0.7.0rc1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
fixes:
33
- |
4-
Fixes issue `#428 <https://github.com/Qiskit/qiskit-ibm-runtime/issues/428>__`
4+
Fixes issue `#428 <https://github.com/Qiskit/qiskit-ibm-runtime/issues/428>`_
55
by raising the minimum required ``qiskit-terra`` version to ``0.21.0``, since latest version
66
of ``qiskit-ibm-runtime`` is not compatible with ``0.20.0`` or earlier of ``qiskit-terra``.

0 commit comments

Comments
 (0)