From 36b69d46b149b37e1467776f876e7b2ced456824 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 83f4f5e..ba4a85a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,11 @@ Changelog ~~~~~~~~~ +0.21.0 (October 2024) +--------------------- + +* Updated pytket version requirement to 1.33. + 0.20.0 (July 2024) ------------------ From 8985841fc50e0e2292c6d6ee9a33cf8a3deb4dd6 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 ba4a85a..0d59016 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,3 +1,5 @@ +.. currentmodule:: pytket.extensions.qujax + Changelog ~~~~~~~~~ From 2c6061279bca88b8499a11422375fd3f60ec478d 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 a357112..8da406d 100644 --- a/_metadata.py +++ b/_metadata.py @@ -1,2 +1,2 @@ -__extension_version__ = "0.20.0" +__extension_version__ = "0.21.0" __extension_name__ = "pytket-qujax" From 9dddf82a34aaa88dd4bc0db53f4d2b88b8ecba67 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 10d4252..9015564 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ packages=find_namespace_packages(include=["pytket.*"]), include_package_data=True, install_requires=[ - "pytket >= 1.30.0", + "pytket >= 1.33.0", "qujax ~= 1.0", ], classifiers=[