From 255c948f1e285e638d59debeeb47f7335cbb9af2 Mon Sep 17 00:00:00 2001 From: Melf Date: Thu, 3 Oct 2024 17:53:38 +0100 Subject: [PATCH 1/4] update changelog --- docs/changelog.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index f66ce52..4f1bdeb 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,11 @@ Changelog ~~~~~~~~~ +0.2.0 (October 2024) +--------------------- + +* Updated pytket version requirement to 1.33. + 0.1.0 ----- From cf0edc39a63c600bef4f007c4353a64450113719 Mon Sep 17 00:00:00 2001 From: Melf Date: Thu, 3 Oct 2024 18:00:39 +0100 Subject: [PATCH 2/4] add .. currentmodule:: pytket.extensions. to changelog --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 4f1bdeb..e9f9654 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,3 +1,5 @@ +.. currentmodule:: pytket.extensions.azure + Changelog ~~~~~~~~~ From 3d14f54ce72a5cd78defdae9bf1ddc6aec98b7ea Mon Sep 17 00:00:00 2001 From: Melf Date: Thu, 3 Oct 2024 18:06:20 +0100 Subject: [PATCH 3/4] update version --- _metadata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_metadata.py b/_metadata.py index a130bab..5a8d633 100644 --- a/_metadata.py +++ b/_metadata.py @@ -1,2 +1,2 @@ -__extension_version__ = "0.1.0" +__extension_version__ = "0.2.0" __extension_name__ = "pytket-azure" From 5d90fb7a9fd0ca19d0fba1152895e800390ffb56 Mon Sep 17 00:00:00 2001 From: Melf Date: Thu, 3 Oct 2024 18:09:47 +0100 Subject: [PATCH 4/4] update pytket version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8ac3345..7fef707 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ include_package_data=True, install_requires=[ "azure-quantum >= 2.0.1", - "pytket >= 1.29.2", + "pytket >= 1.33.0", "pytket-qiskit >= 0.54.1", "qiskit-qir >= 0.5.0", ],