Skip to content

Commit 31e9b11

Browse files
committed
Prepare release 1.0.9
1 parent c36bcdd commit 31e9b11

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

doc/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

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+
49
Version 1.0.8 (2023-06-02)
510
-------------
611

pyperformance/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import sys
33

44

5-
VERSION = (1, 0, 8)
5+
VERSION = (1, 0, 9)
66
__version__ = '.'.join(map(str, VERSION))
77

88

0 commit comments

Comments
 (0)