From 84d53c9a42351a7ccc43f2b0ec47c1e23f0bfd18 Mon Sep 17 00:00:00 2001 From: Rathish Cholarajan Date: Fri, 8 Apr 2022 07:31:12 -0400 Subject: [PATCH] Prepare release 0.4.0 (#268) * Prepare release 0.4.0 * Temp fix for building release notes --- docs/conf.py | 2 +- docs/release_notes.rst | 3 ++- qiskit_ibm_runtime/VERSION.txt | 2 +- .../notes/{ => 0.4}/deprecate-classes-ef077e50db9718bc.yaml | 0 4 files changed, 4 insertions(+), 3 deletions(-) rename releasenotes/notes/{ => 0.4}/deprecate-classes-ef077e50db9718bc.yaml (100%) diff --git a/docs/conf.py b/docs/conf.py index c36c17a54..d6dc72529 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -46,7 +46,7 @@ # The short X.Y version version = '' # The full version, including alpha/beta/rc tags -release = '0.3.0' +release = '0.4.0' # -- General configuration --------------------------------------------------- diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 7e2951be4..cab73dd86 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -1 +1,2 @@ -.. release-notes:: Release Notes \ No newline at end of file +.. release-notes:: Release Notes + :version: 0.3.0, 0.2.0, 0.1.0, 0.1.0rc2, 0.1.0rc1 \ No newline at end of file diff --git a/qiskit_ibm_runtime/VERSION.txt b/qiskit_ibm_runtime/VERSION.txt index 0d91a54c7..1d0ba9ea1 100644 --- a/qiskit_ibm_runtime/VERSION.txt +++ b/qiskit_ibm_runtime/VERSION.txt @@ -1 +1 @@ -0.3.0 +0.4.0 diff --git a/releasenotes/notes/deprecate-classes-ef077e50db9718bc.yaml b/releasenotes/notes/0.4/deprecate-classes-ef077e50db9718bc.yaml similarity index 100% rename from releasenotes/notes/deprecate-classes-ef077e50db9718bc.yaml rename to releasenotes/notes/0.4/deprecate-classes-ef077e50db9718bc.yaml