From 0b4f2c9670643dbe6aeda607ef42dfb37cb1dae8 Mon Sep 17 00:00:00 2001 From: Jun Doi Date: Fri, 26 Apr 2024 13:12:25 +0900 Subject: [PATCH] add release note and set versions --- docs/conf.py | 4 ++-- qiskit_aer/VERSION.txt | 2 +- releasenotes/notes/release_0.14.1-b206e7031adb1af4.yaml | 9 +++++++++ 3 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 releasenotes/notes/release_0.14.1-b206e7031adb1af4.yaml diff --git a/docs/conf.py b/docs/conf.py index 5290d1e9da..b0bf2c26d5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -47,9 +47,9 @@ author = 'Qiskit Development Team' # The short X.Y version -version = '0.14.0' +version = '0.14.1' # The full version, including alpha/beta/rc tags -release = '0.14.0.1' +release = '0.14.1' templates_path = ['_templates'] diff --git a/qiskit_aer/VERSION.txt b/qiskit_aer/VERSION.txt index e54d09d4ee..930e3000bd 100644 --- a/qiskit_aer/VERSION.txt +++ b/qiskit_aer/VERSION.txt @@ -1 +1 @@ -0.14.0.1 +0.14.1 diff --git a/releasenotes/notes/release_0.14.1-b206e7031adb1af4.yaml b/releasenotes/notes/release_0.14.1-b206e7031adb1af4.yaml new file mode 100644 index 0000000000..193e3d5c5c --- /dev/null +++ b/releasenotes/notes/release_0.14.1-b206e7031adb1af4.yaml @@ -0,0 +1,9 @@ +--- +prelude: > + Qiskit Aer release 0.14.1 is a bugfix release caused by release 0.14.0.1 + Major fixes are: + - Fix sampling measure for > 64 qubits simulation + - Fix for noise simulation with dynamic circuits + - Fix for shot-branching optimizaiton + - Fix for runtime noise sampling on shot-branching +