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 624a0cf commit f8a4463Copy full SHA for f8a4463
doc/changelog.rst
@@ -1,6 +1,13 @@
1
Changelog
2
=========
3
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
+
11
Version 1.0.9 (2023-06-14)
12
-------------
13
* Vendor lib2to3 for Python 3.13+
pyperformance/__init__.py
@@ -2,7 +2,7 @@
import sys
-VERSION = (1, 0, 9)
+VERSION = (1, 10, 0)
__version__ = '.'.join(map(str, VERSION))
0 commit comments