Skip to content

Commit

Permalink
add release note and set versions
Browse files Browse the repository at this point in the history
  • Loading branch information
doichanj committed Apr 26, 2024
1 parent b0728f7 commit 0b4f2c9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']

Expand Down
2 changes: 1 addition & 1 deletion qiskit_aer/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.14.0.1
0.14.1
9 changes: 9 additions & 0 deletions releasenotes/notes/release_0.14.1-b206e7031adb1af4.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0b4f2c9

Please sign in to comment.