Skip to content

Commit

Permalink
update cangelog, version and pytket version (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-melf authored Aug 6, 2024
1 parent e1a2b62 commit a7a5a93
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
Changelog
~~~~~~~~~

Unreleased
----------
0.34.0 (August 2024)
--------------------

* Implement new aqt api
* Fix handling of ``simplify_initial`` kwarg in ``process_circuits()``.
* Updated Qiskit AQT Provider to v1.8.
* Updated pytket version requirement to 1.31.

0.33.0 (March 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.33.0"
version = "0.34.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.26"
pytket = "^1.31"
requests = "^2.22"
types-requests = "*"
pydantic = "^2.0"
Expand Down

0 comments on commit a7a5a93

Please sign in to comment.