8000 Prepare release 1.0.7 · python/pyperformance@99fe9b1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 99fe9b1

Browse files
committed
Prepare release 1.0.7
1 parent 5e6d663 commit 99fe9b1

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

doc/changelog.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Changelog
22
=========
33

4+
Version 1.0.7 (2023-04-22)
5+
-------------
6+
7+
* Upgrade pyperf from 2.5.0 to 2.6.0
8+
* Clean unused imports and other small code details
9+
* Migrage to the pyproject.toml based project
10+
* Fix the django_template benchmark due to lack of distutils
11+
* Add benchmark for toml
12+
* Add benchmark for comprehensions
13+
* Add benchmark for asyncio_tcp_ssl
14+
* Add benchmark for asyncio_tcp
15+
* Add benchmark for Dask scheduler
16+
* Add the gc benchmarks to the MANIFEST file
17+
418
Version 1.0.6 (2022-11-20)
519
-------------
620

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

88

0 commit comments

Comments
 (0)
0