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 f8a4463

Browse filesBrowse files
authored
Prepare release 1.10.0 (#321)
1 parent 624a0cf commit f8a4463
Copy full SHA for f8a4463

File tree

Expand file treeCollapse file tree

2 files changed

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

2 files changed

+8
-1
lines changed

‎doc/changelog.rst

Copy file name to clipboardExpand all lines: doc/changelog.rst
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
Version 1.10.0 (2023-10-22)
5+
--------------
6+
* Add benchmark for asyncio_webockets
7+
* Expose --min-time from pyperf to pyperformance CLI
8+
* Bump coverage to 7.3.2 for compatibilty with 3.13
9+
* Bump greenlet to 3.0.0rc3 for compatibilty with 3.13
10+
411
Version 1.0.9 (2023-06-14)
512
-------------
613
* Vendor lib2to3 for Python 3.13+

‎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, 9)
5+
VERSION = (1, 10, 0)
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.