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 11Changelog
22=========
33
4- Version 2.4.1
4+ Version 2.4.1 (2022-08-07)
55-------------
66
77* Reject --tracemalloc in ``pyperf command ``.
Original file line number Diff line number Diff line change 5555# built documents.
5656#
5757# The short X.Y version.
58- version = release = '2.4.0 '
58+ version = release = '2.4.1 '
5959
6060# The language for content autogenerated by Sphinx. Refer to documentation
6161# for a list of supported languages.
Original file line number Diff line number Diff line change 11from time import perf_counter
22
3- VERSION = (2 , 4 , 0 )
3+ VERSION = (2 , 4 , 1 )
44__version__ = '.' .join (map (str , VERSION ))
55
66# Export pyperf.perf_counter for backward compatibility with pyperf 1.7
Original file line number Diff line number Diff line change 2424# - git commit -a -m "post-release"
2525# - git push or send the PR to the repository
2626
27- VERSION = '2.4.0 '
27+ VERSION = '2.4.1 '
2828
2929DESCRIPTION = 'Python module to run and analyze benchmarks'
3030CLASSIFIERS = [
You can’t perform that action at this time.
0 commit comments