Skip to content

Commit

Permalink
Release 0.36.0. (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-alec authored Nov 22, 2024
1 parent 0dd0f37 commit 13a797b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Changelog
~~~~~~~~~

0.36.0 (November 2024)
----------------------

* Updated pytket version requirement to 1.35.

0.35.0 (October 2024)
---------------------

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "Apache 2"
Expand All @@ -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"
Expand Down

0 comments on commit 13a797b

Please sign in to comment.