Skip to content

Commit cdde975

Browse files
authored
bumping version and adding release note (#315)
1 parent 0d55213 commit cdde975

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# The short X.Y version
2222
version = ''
2323
# The full version, including alpha/beta/rc tags
24-
release = '0.4.4'
24+
release = '0.4.5'
2525

2626
extensions = [
2727
'sphinx.ext.napoleon',

qiskit_dynamics/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.4
1+
0.4.5
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
prelude: >
3+
Release 0.4.5 removes version pin ``qiskit<1.0`` from ``setup.py``. Otherwise there are no
4+
material changes.

0 commit comments

Comments
 (0)