File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ Versioning practices: [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
77### Fixed
88### Added
99### Removed
10+ ### Changed
11+
12+ ## [ 1.6.26] - 2026-03-04
1013### Changed
1114 - Greatly improve operations by improvein MSR I/O speed.
1215
@@ -931,4 +934,4 @@ Versioning practices: [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
931934
932935## [ 1.1.0] - 2021-10-29
933936### Changed
934- - pepc: first release.
937+ - pepc: first release.
Original file line number Diff line number Diff line change 3838 from pepclibs .helperlibs .ProcessManager import ProcessManagerType
3939 from pepclibs .PropsTypes import PropertyTypedDict
4040
41- _VERSION : Final [str ] = "1.6.25 "
41+ _VERSION : Final [str ] = "1.6.26 "
4242TOOLNAME : Final [str ] = "pepc"
4343
4444_LOG = Logging .getLogger (f"{ Logging .MAIN_LOGGER_NAME } .pepc" ).configure (prefix = TOOLNAME )
Original file line number Diff line number Diff line change 11[project ]
22name = " pepc"
3- version = " 1.6.25 "
3+ version = " 1.6.26 "
44description = " A tool for configuring power and performance aspects of a Linux system."
55authors = [
66 { name = " Artem Bityutskiy" , email = " dedekind@gmail.com" }
Original file line number Diff line number Diff line change 11%bcond_without tests
22
33Name: pepc
4- Version: 1.6.25
4+ Version: 1.6.26
55Release: 1%{?dist }
66Summary: Power, Energy, and Performance Configuration tool
77
You can’t perform that action at this time.
0 commit comments