Skip to content

Commit

Permalink
Prepare release 1.10.0 (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 authored Oct 22, 2023
1 parent 624a0cf commit f8a4463
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

Version 1.10.0 (2023-10-22)
--------------
* Add benchmark for asyncio_webockets
* Expose --min-time from pyperf to pyperformance CLI
* Bump coverage to 7.3.2 for compatibilty with 3.13
* Bump greenlet to 3.0.0rc3 for compatibilty with 3.13

Version 1.0.9 (2023-06-14)
-------------
* Vendor lib2to3 for Python 3.13+
Expand Down
2 changes: 1 addition & 1 deletion pyperformance/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import sys


VERSION = (1, 0, 9)
VERSION = (1, 10, 0)
__version__ = '.'.join(map(str, VERSION))


Expand Down

0 comments on commit f8a4463

Please sign in to comment.