From 13a797bf3852462c020f598a9416772f92bfb0fa Mon Sep 17 00:00:00 2001 From: Alec Edgington <54802828+cqc-alec@users.noreply.github.com> Date: Fri, 22 Nov 2024 15:57:05 +0000 Subject: [PATCH] Release 0.36.0. (#127) --- docs/changelog.rst | 5 +++++ pyproject.toml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index bbc77c4..cdb5e0c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,6 +3,11 @@ Changelog ~~~~~~~~~ +0.36.0 (November 2024) +---------------------- + +* Updated pytket version requirement to 1.35. + 0.35.0 (October 2024) --------------------- diff --git a/pyproject.toml b/pyproject.toml index 5ff6eda..0adeb60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pytket-aqt" -version = "0.35.0" +version = "0.36.0" description = "Extension for pytket, providing access to AQT backends" authors = ["TKET development team "] license = "Apache 2" @@ -27,7 +27,7 @@ classifiers= [ [tool.poetry.dependencies] python = ">=3.10,<3.13" -pytket = "^1.33" +pytket = "^1.35" requests = "^2.22" types-requests = "*" pydantic = "^2.0"