From ef80a734d34674e08af2ac0ccbe54c9578b2764e Mon Sep 17 00:00:00 2001 From: Alec Edgington <54802828+cqc-alec@users.noreply.github.com> Date: Mon, 24 Jun 2024 14:05:32 +0100 Subject: [PATCH] Update version and changelog for 0.54.1 release. (#360) --- _metadata.py | 2 +- docs/changelog.rst | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/_metadata.py b/_metadata.py index 24294ef2..d87c0b48 100644 --- a/_metadata.py +++ b/_metadata.py @@ -1,2 +1,2 @@ -__extension_version__ = "0.54.0" +__extension_version__ = "0.54.1" __extension_name__ = "pytket-qiskit" diff --git a/docs/changelog.rst b/docs/changelog.rst index ddc13f93..042b6174 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,10 +1,11 @@ Changelog ~~~~~~~~~ -Unreleased ----------- +0.54.1 (June 2024) +------------------ * Relax version requirements on dependencies by removing upper bounds. +* Fix status reporting when running on hardware. 0.54.0 (June 2024) ------------------