Skip to content

Commit

Permalink
bumping version and adding release note (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanPuzzuoli committed Feb 2, 2024
1 parent 0d55213 commit cdde975
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.4.4'
release = '0.4.5'

extensions = [
'sphinx.ext.napoleon',
Expand Down
2 changes: 1 addition & 1 deletion qiskit_dynamics/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.4
0.4.5
4 changes: 4 additions & 0 deletions releasenotes/notes/release-0.4.5-760a574ed0a78472.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
prelude: >
Release 0.4.5 removes version pin ``qiskit<1.0`` from ``setup.py``. Otherwise there are no
material changes.

0 comments on commit cdde975

Please sign in to comment.