Skip to content

Commit

Permalink
Update version and changelog for 0.60.0 release. (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-alec authored Nov 26, 2024
1 parent 894aa8c commit 8c1a472
Show file tree
Hide file tree
Showing 2 changed files with 2 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.59.0"
__extension_version__ = "0.60.0"
__extension_name__ = "pytket-qiskit"
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Changelog

## 0.60.0 (Unreleased)
## 0.60.0 (November 2024)

- Fix an unhelpful warning message about implicit swaps when using optimisation level 2 with {py:class}`AerBackend`
- Add a boolean `perm_warning` argument to {py:func}`tk_to_qiskit` indicating whether to give a warning if the input {py:class}`Circuit` has an implicit qubit permutation.
Expand Down

0 comments on commit 8c1a472

Please sign in to comment.