File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,10 +6,13 @@ Versioning practices: [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
66## [ ADD NEW VERSION HERE] - ADD DATE HERE
77### Fixed
88### Added
9- - pepc tpmi * --base option support.
109### Removed
1110### Changed
1211
12+ ## [ 1.6.19] - 2026-01-25
13+ ### Added
14+ - pepc tpmi * --base option support.
15+
1316## [ 1.6.18] - 2026-01-23
1417### Added
1518 - pepc tpmi ls --list-specs.
@@ -899,4 +902,4 @@ Versioning practices: [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
899902
900903## [ 1.1.0] - 2021-10-29
901904### Changed
902- - pepc: first release.
905+ - pepc: first release.
Original file line number Diff line number Diff line change 3737 from pepclibs .helperlibs .ProcessManager import ProcessManagerType
3838 from pepclibs .PropsTypes import PropertyTypedDict
3939
40- _VERSION : Final [str ] = "1.6.18 "
40+ _VERSION : Final [str ] = "1.6.19 "
4141TOOLNAME : Final [str ] = "pepc"
4242
4343_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.18 "
3+ version = " 1.6.19 "
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.18
4+ Version: 1.6.19
55Release: 1%{?dist }
66Summary: Power, Energy, and Performance Configuration tool
77
You can’t perform that action at this time.
0 commit comments