Skip to content

Commit

Permalink
update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-melf committed Apr 5, 2023
1 parent 270011a commit 6b15c89
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 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.14.0"
__extension_version__ = "0.15.0"
__extension_name__ = "pytket-quantinuum"
7 changes: 7 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
~~~~~~~~~

0.15.0 (April 2023)
-------------------

* Darkmode added to the documentation
* Updated pytket version requirement to 1.13.2
* Default compilation passes update to correctly track initial and final maps during compilation

0.14.0 (March 2023)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
packages=find_namespace_packages(include=["pytket.*"]),
include_package_data=True,
install_requires=[
"pytket >= 1.13.2",
"pytket >= 1.13.2, <2.0",
"requests >= 2.2",
"types-requests",
"websockets >= 7.0",
Expand Down

0 comments on commit 6b15c89

Please sign in to comment.