We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c36bcdd commit 31e9b11Copy full SHA for 31e9b11
doc/changelog.rst
@@ -1,6 +1,11 @@
1
Changelog
2
=========
3
4
+Version 1.0.9 (2023-06-14)
5
+-------------
6
+* Vendor lib2to3 for Python 3.13+
7
+* Add TaskGroups variants to async_tree benchmarks
8
+
9
Version 1.0.8 (2023-06-02)
10
-------------
11
pyperformance/__init__.py
@@ -2,7 +2,7 @@
import sys
-VERSION = (1, 0, 8)
+VERSION = (1, 0, 9)
__version__ = '.'.join(map(str, VERSION))
0 commit comments