From 309779d1ac9e04870d07cac30ed7167b45109976 Mon Sep 17 00:00:00 2001 From: DanPuzzuoli Date: Fri, 2 Feb 2024 11:25:41 -0800 Subject: [PATCH] bumping version and adding release note --- docs/conf.py | 2 +- qiskit_dynamics/VERSION.txt | 2 +- releasenotes/notes/release-0.4.5-760a574ed0a78472.yaml | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 releasenotes/notes/release-0.4.5-760a574ed0a78472.yaml diff --git a/docs/conf.py b/docs/conf.py index ad6ca277b..843f8f516 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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', diff --git a/qiskit_dynamics/VERSION.txt b/qiskit_dynamics/VERSION.txt index 6f2743d65..0bfccb080 100644 --- a/qiskit_dynamics/VERSION.txt +++ b/qiskit_dynamics/VERSION.txt @@ -1 +1 @@ -0.4.4 +0.4.5 diff --git a/releasenotes/notes/release-0.4.5-760a574ed0a78472.yaml b/releasenotes/notes/release-0.4.5-760a574ed0a78472.yaml new file mode 100644 index 000000000..bbfad46ea --- /dev/null +++ b/releasenotes/notes/release-0.4.5-760a574ed0a78472.yaml @@ -0,0 +1,4 @@ +--- +prelude: > + Release 0.4.5 removes version pin ``qiskit<1.0`` from ``setup.py``. Otherwise there are no + material changes. \ No newline at end of file