diff --git a/modules/pytket-qiskit/_metadata.py b/modules/pytket-qiskit/_metadata.py index d57f6c47..7e595163 100644 --- a/modules/pytket-qiskit/_metadata.py +++ b/modules/pytket-qiskit/_metadata.py @@ -1,2 +1,2 @@ -__extension_version__ = "0.22.0" +__extension_version__ = "0.22.2" __extension_name__ = "pytket-qiskit" diff --git a/modules/pytket-qiskit/docs/changelog.rst b/modules/pytket-qiskit/docs/changelog.rst index 82c850df..ed3829d5 100644 --- a/modules/pytket-qiskit/docs/changelog.rst +++ b/modules/pytket-qiskit/docs/changelog.rst @@ -1,6 +1,11 @@ Changelog ~~~~~~~~~ +0.22.2 (February 2022) +---------------------- + +* Fixed :py:meth:`IBMQEmulatorBackend.rebase_pass`. + 0.22.1 (February 2022) ----------------------