Skip to content

Commit f8a4463

Browse files
authored
Prepare release 1.10.0 (#321)
1 parent 624a0cf commit f8a4463

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

doc/changelog.rst

Lines 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

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, 9)
5+
VERSION = (1, 10, 0)
66
__version__ = '.'.join(map(str, VERSION))
77

88

0 commit comments

Comments
 (0)