Skip to content

Commit ea188d4

Browse files
committed
update version and changelog
1 parent b028ee4 commit ea188d4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/changelog.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
Changelog
22
~~~~~~~~~
33

4-
0.37.0 (unreleased)
4+
0.37.0 (March 2023)
55
-------------------
66

77
* Fix faulty information in ``AerBackend().backend_info``
8+
* Updated pytket version requirement to 1.13.
89

910
0.36.0 (February 2023)
1011
----------------------

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
packages=find_namespace_packages(include=["pytket.*"]),
4545
include_package_data=True,
4646
install_requires=[
47-
"pytket ~= 1.11",
47+
"pytket ~= 1.13",
4848
"qiskit ~= 0.41.0",
4949
"qiskit-ibm-runtime ~= 0.8.0",
5050
"qiskit-aer ~= 0.11.2",

0 commit comments

Comments
 (0)