Skip to content

Commit 5ee6d4f

Browse files
kt474abbycross
andauthored
Prepare patch release 0.40.1 (#2279) (#2281)
* prepare release 0.40.1 * Update release-notes/0.40.1.rst * update pr url --------- Co-authored-by: abbycross <across@us.ibm.com>
1 parent 3a8d49c commit 5ee6d4f

File tree

5 files changed

+22
-11
lines changed

5 files changed

+22
-11
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# The short X.Y version
2828
version = ''
2929
# The full version, including alpha/beta/rc tags
30-
release = '0.40.0'
30+
release = '0.40.1'
3131

3232
# -- General configuration ---------------------------------------------------
3333

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ zip-safe = false
5050
root = "."
5151
write_to = "qiskit_ibm_runtime/VERSION.txt"
5252
version_scheme = "release-branch-semver"
53-
fallback_version = "0.40.0"
53+
fallback_version = "0.40.1"
5454

5555
[project]
5656
name = "qiskit-ibm-runtime"

release-notes/0.40.1.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
0.40.1 (2025-06-04)
2+
===================
3+
4+
Bug Fixes
5+
---------
6+
7+
- Fixed an issue where if there was no instance saved nor passed in at initialization, the service could not make
8+
any API calls until :meth:`.QiskitRuntimeService.backend` or :meth:`.QiskitRuntimeService.backends` is called first.
9+
10+
- Fixed a bug where if ``use_fractional_gates`` is set but the backend configuration was already cached,
11+
the incorrect configuration could be returned. (`2269 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/2269>`__)
12+
13+
14+
Other Notes
15+
-----------
16+
17+
- Error messages related to ``rzz`` gate angles being outside of the allowed
18+
range of 0 to :math:`\pi/2` during circuit validation have been updated to
19+
clarify that the angle value requested in the circuit was the problem and not
20+
an angle value provided by the backend. (`2276 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/2276>`__)

release-notes/unreleased/2269.bug.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

release-notes/unreleased/todo.other.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)