From f19f22339350ec2b40d8e2a85810d9c332462a98 Mon Sep 17 00:00:00 2001 From: Melf Date: Tue, 17 Oct 2023 10:46:51 +0100 Subject: [PATCH 1/2] update pyktet version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4ce20d9..a4af4aa 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.20", "iqm-client ~= 14.0"], + install_requires=["pytket ~= 1.21", "iqm-client ~= 14.0"], classifiers=[ "Environment :: Console", "Programming Language :: Python :: 3.9", From 2c36e4fb55a5e7f337223e3fa9b529d5243d3b78 Mon Sep 17 00:00:00 2001 From: Melf Date: Tue, 17 Oct 2023 11:10:22 +0100 Subject: [PATCH 2/2] update version and changelog --- _metadata.py | 2 +- docs/changelog.rst | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/_metadata.py b/_metadata.py index 323ac76..567207f 100644 --- a/_metadata.py +++ b/_metadata.py @@ -1,2 +1,2 @@ -__extension_version__ = "0.7.0" +__extension_version__ = "0.8.0" __extension_name__ = "pytket-iqm" diff --git a/docs/changelog.rst b/docs/changelog.rst index df68019..d3e9177 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,11 +1,12 @@ Changelog ~~~~~~~~~ -Unreleased ----------- +0.8.0 (October 2023) +-------------------- * Don't include ``SimplifyInitial`` in default passes; instead make it an option to ``process_circuits()``. +* Updated pytket version requirement to 1.21. 0.7.0 (October 2023) --------------------