Skip to content

Commit

Permalink
Update version and changelog for 0.38.1 release. (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-alec authored Oct 10, 2024
1 parent c959ade commit 6828486
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 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.38.0"
__extension_version__ = "0.38.1"
__extension_name__ = "pytket-quantinuum"
6 changes: 6 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
Changelog
~~~~~~~~~

0.38.1 (October 2024)
---------------------

* Query device information only when needed to avoid unnecessary API calls.
* Update minimum versions of some dependencies (requests, websockets).

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

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
include_package_data=True,
install_requires=[
"pytket >= 1.33.0",
"pytket-qir >= 0.13",
"requests >= 2.2",
"pytket-qir >= 0.13, < 0.14",
"requests >= 2.32.2",
"types-requests",
"websockets >= 7.0",
"websockets >= 13.1",
"nest_asyncio >= 1.2",
"pyjwt ~= 2.4",
"msal ~= 1.18",
Expand Down

0 comments on commit 6828486

Please sign in to comment.