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 +