Skip to content

Commit

Permalink
Merge pull request #33 from CQCL/release/1-16-0
Browse files Browse the repository at this point in the history
Release/1 16 0
  • Loading branch information
cqc-melf authored Jun 20, 2023
2 parents d857283 + 11b1fbc commit 397f71c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 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.27.0"
__extension_version__ = "0.28.0"
__extension_name__ = "pytket-aqt"
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
~~~~~~~~~

0.28.0 (June 2023)
------------------

* Updated pytket version requirement to 1.16.

0.27.0 (May 2023)
-----------------

Expand Down
2 changes: 1 addition & 1 deletion docs/intro.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pytket-aqt
``pytket-aqt`` is an extension to ``pytket`` that allows ``pytket`` circuits to be
executed on AQT's quantum devices and simulators.

``pytket-aqt`` is available for Python 3.8, 3.9 and 3.10, on Linux, MacOS and
``pytket-aqt`` is available for Python 3.10 and 3.11, on Linux, MacOS and
Windows. To install, run:

::
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
packages=find_namespace_packages(include=["pytket.*"]),
include_package_data=True,
install_requires=[
"pytket ~= 1.15",
"pytket ~= 1.16",
"requests ~= 2.22",
"types-requests",
"pydantic ~= 1.10",
Expand Down

0 comments on commit 397f71c

Please sign in to comment.