File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- Version 2.4.1
4
+ Version 2.4.1 (2022-08-07)
5
5
-------------
6
6
7
7
* Reject --tracemalloc in ``pyperf command ``.
Original file line number Diff line number Diff line change 55
55
# built documents.
56
56
#
57
57
# The short X.Y version.
58
- version = release = '2.4.0 '
58
+ version = release = '2.4.1 '
59
59
60
60
# The language for content autogenerated by Sphinx. Refer to documentation
61
61
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
from time import perf_counter
2
2
3
- VERSION = (2 , 4 , 0 )
3
+ VERSION = (2 , 4 , 1 )
4
4
__version__ = '.' .join (map (str , VERSION ))
5
5
6
6
# Export pyperf.perf_counter for backward compatibility with pyperf 1.7
Original file line number Diff line number Diff line change 24
24
# - git commit -a -m "post-release"
25
25
# - git push or send the PR to the repository
26
26
27
- VERSION = '2.4.0 '
27
+ VERSION = '2.4.1 '
28
28
29
29
DESCRIPTION = 'Python module to run and analyze benchmarks'
30
30
CLASSIFIERS = [
You can’t perform that action at this time.
0 commit comments