Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 31e9b11

Browse filesBrowse files
committed
Prepare release 1.0.9
1 parent c36bcdd commit 31e9b11
Copy full SHA for 31e9b11

File tree

Expand file treeCollapse file tree

2 files changed

+6
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+6
-1
lines changed

‎doc/changelog.rst

Copy file name to clipboardExpand all lines: doc/changelog.rst
+5Lines 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

Copy file name to clipboardExpand all lines: pyperformance/__init__.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.