Skip to content

Commit

Permalink
Prepare release 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 committed Apr 22, 2023
1 parent 5e6d663 commit 99fe9b1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Changelog
=========

Version 1.0.7 (2023-04-22)
-------------

* Upgrade pyperf from 2.5.0 to 2.6.0
* Clean unused imports and other small code details
* Migrage to the pyproject.toml based project
* Fix the django_template benchmark due to lack of distutils
* Add benchmark for toml
* Add benchmark for comprehensions
* Add benchmark for asyncio_tcp_ssl
* Add benchmark for asyncio_tcp
* Add benchmark for Dask scheduler
* Add the gc benchmarks to the MANIFEST file

Version 1.0.6 (2022-11-20)
-------------

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, 6)
VERSION = (1, 0, 7)
__version__ = '.'.join(map(str, VERSION))


Expand Down

0 comments on commit 99fe9b1

Please sign in to comment.