Skip to content

Commit b43f8d5

Browse files
authored
Release 0.35.0 (#119)
* update changelog * add .. currentmodule:: pytket.extensions. to changelog * update version * update pytket version
1 parent 0acf045 commit b43f8d5

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

docs/changelog.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
.. currentmodule:: pytket.extensions.aqt
2+
13
Changelog
24
~~~~~~~~~
35

4-
Unreleased
5-
----------
6+
0.35.0 (October 2024)
7+
---------------------
68

9+
* Updated pytket version requirement to 1.33.
710
* Add graph partition based routing for AQTMultiZoneBackend
811

912
0.34.0 (August 2024)

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pytket-aqt"
3-
version = "0.34.0"
3+
version = "0.35.0"
44
description = "Extension for pytket, providing access to AQT backends"
55
authors = ["TKET development team <[email protected]>"]
66
license = "Apache 2"
@@ -27,7 +27,7 @@ classifiers= [
2727

2828
[tool.poetry.dependencies]
2929
python = ">=3.10,<3.13"
30-
pytket = "^1.31"
30+
pytket = "^1.33"
3131
requests = "^2.22"
3232
types-requests = "*"
3333
pydantic = "^2.0"

0 commit comments

Comments
 (0)