File tree 3 files changed +11
-3
lines changed
3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ Version 2.6.2 (2023-11-02)
5
+ ---------------------------
6
+
7
+ * Now, pystats stats are collected during warmups.
8
+ Patch by Mike Droettboom.
9
+ * system: Fix detection of battery.
10
+ Patch by Victor Stinner
11
+
4
12
Version 2.6.1 (2023-06-12)
5
- -------------
13
+ ---------------------------
6
14
7
15
* Fix a possible attribute error in argument parsing.
8
16
Patch by Colton Myers
Original file line number Diff line number Diff line change 51
51
# built documents.
52
52
#
53
53
# The short X.Y version.
54
- version = release = '2.6.1 '
54
+ version = release = '2.6.2 '
55
55
56
56
# The language for content autogenerated by Sphinx. Refer to documentation
57
57
# 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 , 6 , 1 )
3
+ VERSION = (2 , 6 , 2 )
4
4
__version__ = '.' .join (map (str , VERSION ))
5
5
6
6
# Export pyperf.perf_counter for backward compatibility with pyperf 1.7
You can’t perform that action at this time.
0 commit comments