From 9c443f9c0fe12ace0ad10f128fd51f356f2ae0bb Mon Sep 17 00:00:00 2001 From: Kevin Tian Date: Thu, 2 Nov 2023 13:19:03 -0400 Subject: [PATCH] Prepare release 0.14.0 (#1188) --- docs/conf.py | 2 +- docs/index.rst | 2 +- qiskit_ibm_runtime/VERSION.txt | 2 +- releasenotes/notes/{ => 0.14}/batch-class-b7a3befcfce8860e.yaml | 0 .../{ => 0.14}/deprecate-custom-programs-274e6ea20d1027a1.yaml | 0 .../{ => 0.14}/remove_kwargs_options-9024d3ec6572a53e.yaml | 0 6 files changed, 3 insertions(+), 3 deletions(-) rename releasenotes/notes/{ => 0.14}/batch-class-b7a3befcfce8860e.yaml (100%) rename releasenotes/notes/{ => 0.14}/deprecate-custom-programs-274e6ea20d1027a1.yaml (100%) rename releasenotes/notes/{ => 0.14}/remove_kwargs_options-9024d3ec6572a53e.yaml (100%) diff --git a/docs/conf.py b/docs/conf.py index 9c89d3c49..8d249c408 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -42,7 +42,7 @@ # The short X.Y version version = '' # The full version, including alpha/beta/rc tags -release = '0.13.1' +release = '0.14.0' docs_url_prefix = "ecosystem/ibm-runtime" diff --git a/docs/index.rst b/docs/index.rst index f1a57983e..43060ade5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,5 +1,5 @@ ######################################### -Qiskit Runtime 0.13.0 documentation +Qiskit Runtime 0.14.0 documentation ######################################### Overview diff --git a/qiskit_ibm_runtime/VERSION.txt b/qiskit_ibm_runtime/VERSION.txt index c317a9189..a803cc227 100644 --- a/qiskit_ibm_runtime/VERSION.txt +++ b/qiskit_ibm_runtime/VERSION.txt @@ -1 +1 @@ -0.13.1 +0.14.0 diff --git a/releasenotes/notes/batch-class-b7a3befcfce8860e.yaml b/releasenotes/notes/0.14/batch-class-b7a3befcfce8860e.yaml similarity index 100% rename from releasenotes/notes/batch-class-b7a3befcfce8860e.yaml rename to releasenotes/notes/0.14/batch-class-b7a3befcfce8860e.yaml diff --git a/releasenotes/notes/deprecate-custom-programs-274e6ea20d1027a1.yaml b/releasenotes/notes/0.14/deprecate-custom-programs-274e6ea20d1027a1.yaml similarity index 100% rename from releasenotes/notes/deprecate-custom-programs-274e6ea20d1027a1.yaml rename to releasenotes/notes/0.14/deprecate-custom-programs-274e6ea20d1027a1.yaml diff --git a/releasenotes/notes/remove_kwargs_options-9024d3ec6572a53e.yaml b/releasenotes/notes/0.14/remove_kwargs_options-9024d3ec6572a53e.yaml similarity index 100% rename from releasenotes/notes/remove_kwargs_options-9024d3ec6572a53e.yaml rename to releasenotes/notes/0.14/remove_kwargs_options-9024d3ec6572a53e.yaml