From d99688a03ff4a681f4935723ebfe77b3f301ee25 Mon Sep 17 00:00:00 2001 From: Kevin Tian Date: Tue, 5 Mar 2024 22:12:44 -0500 Subject: [PATCH] Prepare release 0.21.0 (#1473) --- docs/conf.py | 2 +- qiskit_ibm_runtime/VERSION.txt | 2 +- .../{ => 0.21}/fix-control-flow-d5a61dd5647acb42.yaml | 0 .../{ => 0.21}/isa-circuit-required-ed361bd65cef5ed8.yaml | 0 .../require-cloud-backend-38a74144347c735d.yaml | 0 .../retrieve-fake-backend-13fd3088aaac69e5.yaml | 0 .../update-isa-circuit-check-493b6e95d969abdb.yaml | 0 .../notes/{ => 0.21}/v2-primitives-ada671f4df7caa39.yaml | 0 releasenotes/notes/fix-qpy-bug-739cefc2c9018d0b.yaml | 8 -------- 9 files changed, 2 insertions(+), 10 deletions(-) rename releasenotes/notes/{ => 0.21}/fix-control-flow-d5a61dd5647acb42.yaml (100%) rename releasenotes/notes/{ => 0.21}/isa-circuit-required-ed361bd65cef5ed8.yaml (100%) rename releasenotes/notes/{ => 0.21}/require-cloud-backend-38a74144347c735d.yaml (100%) rename releasenotes/notes/{ => 0.21}/retrieve-fake-backend-13fd3088aaac69e5.yaml (100%) rename releasenotes/notes/{ => 0.21}/update-isa-circuit-check-493b6e95d969abdb.yaml (100%) rename releasenotes/notes/{ => 0.21}/v2-primitives-ada671f4df7caa39.yaml (100%) delete mode 100644 releasenotes/notes/fix-qpy-bug-739cefc2c9018d0b.yaml diff --git a/docs/conf.py b/docs/conf.py index 08a28ec2e..f2dee00e1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -27,7 +27,7 @@ # The short X.Y version version = '' # The full version, including alpha/beta/rc tags -release = '0.20.1' +release = '0.21.0' # -- General configuration --------------------------------------------------- diff --git a/qiskit_ibm_runtime/VERSION.txt b/qiskit_ibm_runtime/VERSION.txt index 847e9aef6..885415662 100644 --- a/qiskit_ibm_runtime/VERSION.txt +++ b/qiskit_ibm_runtime/VERSION.txt @@ -1 +1 @@ -0.20.1 +0.21.0 diff --git a/releasenotes/notes/fix-control-flow-d5a61dd5647acb42.yaml b/releasenotes/notes/0.21/fix-control-flow-d5a61dd5647acb42.yaml similarity index 100% rename from releasenotes/notes/fix-control-flow-d5a61dd5647acb42.yaml rename to releasenotes/notes/0.21/fix-control-flow-d5a61dd5647acb42.yaml diff --git a/releasenotes/notes/isa-circuit-required-ed361bd65cef5ed8.yaml b/releasenotes/notes/0.21/isa-circuit-required-ed361bd65cef5ed8.yaml similarity index 100% rename from releasenotes/notes/isa-circuit-required-ed361bd65cef5ed8.yaml rename to releasenotes/notes/0.21/isa-circuit-required-ed361bd65cef5ed8.yaml diff --git a/releasenotes/notes/require-cloud-backend-38a74144347c735d.yaml b/releasenotes/notes/0.21/require-cloud-backend-38a74144347c735d.yaml similarity index 100% rename from releasenotes/notes/require-cloud-backend-38a74144347c735d.yaml rename to releasenotes/notes/0.21/require-cloud-backend-38a74144347c735d.yaml diff --git a/releasenotes/notes/retrieve-fake-backend-13fd3088aaac69e5.yaml b/releasenotes/notes/0.21/retrieve-fake-backend-13fd3088aaac69e5.yaml similarity index 100% rename from releasenotes/notes/retrieve-fake-backend-13fd3088aaac69e5.yaml rename to releasenotes/notes/0.21/retrieve-fake-backend-13fd3088aaac69e5.yaml diff --git a/releasenotes/notes/update-isa-circuit-check-493b6e95d969abdb.yaml b/releasenotes/notes/0.21/update-isa-circuit-check-493b6e95d969abdb.yaml similarity index 100% rename from releasenotes/notes/update-isa-circuit-check-493b6e95d969abdb.yaml rename to releasenotes/notes/0.21/update-isa-circuit-check-493b6e95d969abdb.yaml diff --git a/releasenotes/notes/v2-primitives-ada671f4df7caa39.yaml b/releasenotes/notes/0.21/v2-primitives-ada671f4df7caa39.yaml similarity index 100% rename from releasenotes/notes/v2-primitives-ada671f4df7caa39.yaml rename to releasenotes/notes/0.21/v2-primitives-ada671f4df7caa39.yaml diff --git a/releasenotes/notes/fix-qpy-bug-739cefc2c9018d0b.yaml b/releasenotes/notes/fix-qpy-bug-739cefc2c9018d0b.yaml deleted file mode 100644 index 8969fba28..000000000 --- a/releasenotes/notes/fix-qpy-bug-739cefc2c9018d0b.yaml +++ /dev/null @@ -1,8 +0,0 @@ ---- -fixes: - - | - Fixed an issue with the :func:`.qpy.dump` function, when the - ``use_symengine`` flag was set to a truthy object that evaluated to - ``True`` but was not actually the boolean ``True`` the generated QPY - payload would be corrupt. -