Skip to content

Commit

Permalink
Release 0.38.0 (#503)
Browse files Browse the repository at this point in the history
* update changelog

* add .. currentmodule:: pytket.extensions. to changelog

* update version

* update pytket version
  • Loading branch information
cqc-melf authored Oct 4, 2024
1 parent ff85e88 commit 642243c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _metadata.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__extension_version__ = "0.37.0"
__extension_version__ = "0.38.0"
__extension_name__ = "pytket-quantinuum"
7 changes: 5 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
.. currentmodule:: pytket.extensions.quantinuum

Changelog
~~~~~~~~~

Unreleased
----------
0.38.0 (October 2024)
---------------------

* Updated pytket version requirement to 1.33.
* Fix handling of unused bits in local emulator.
* Update machine specs in offline API.
* Update pytket-qir version requirement to 0.13.
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@
packages=find_namespace_packages(include=["pytket.*"]),
include_package_data=True,
install_requires=[
"pytket >= 1.31.0",
"pytket-qir >= 0.13",
"pytket >= 1.33.0",
"pytket-qir >= 0.13",
"requests >= 2.2",
Expand Down

0 comments on commit 642243c

Please sign in to comment.