From e2e13e6d0d7efdb3a50757eedc765d848d1f79e2 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 ed0c14e..89fe7cc 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,11 @@ Changelog ~~~~~~~~~ +0.15.0 (October 2024) +--------------------- + +* Updated pytket version requirement to 1.33. + 0.14.0 (July 2024) ------------------ From 9c6046b8b13cdc8411cb948220830306ab4ee475 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 89fe7cc..5c29f04 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,3 +1,5 @@ +.. currentmodule:: pytket.extensions.iqm + Changelog ~~~~~~~~~ From 99477b1850e69e7f2f097c7e59ccd1957797dc72 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 efe9f69..a1a044d 100644 --- a/_metadata.py +++ b/_metadata.py @@ -1,2 +1,2 @@ -__extension_version__ = "0.14.0" +__extension_version__ = "0.15.0" __extension_name__ = "pytket-iqm" From adac09f2f5a75f4b09494b677893b06224b1e480 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 247b54a..e4142c0 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ license="Apache 2", packages=find_namespace_packages(include=["pytket.*"]), include_package_data=True, - install_requires=["pytket >= 1.30.0", "iqm-client ~= 15.2"], + install_requires=["pytket >= 1.33.0", "iqm-client ~= 15.2"], classifiers=[ "Environment :: Console", "Programming Language :: Python :: 3.10",