File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ Changelog practices: [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
44Versioning practices: [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
55
66## [ ADD NEW VERSION HERE] - ADD DATE HERE
7+ ### Fixed
8+ ### Added
9+ ### Removed
10+ ### Changed
11+
12+ ## [ 2.0.3] - 2026-06-01
713### Fixed
814 - Fix 'num2si()' function, which lead to incorrect units conversion in some
915 cases.
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 ] = "2.0.2 "
40+ _VERSION : Final [str ] = "2.0.3 "
4141TOOLNAME : Final [str ] = "pepc"
4242
4343_LOG = Logging .getLogger (f"{ Logging .MAIN_LOGGER_NAME } .pepc" )
Original file line number Diff line number Diff line change 11[project ]
22name = " pepc"
3- version = " 2.0.2 "
3+ version = " 2.0.3 "
44description = " A tool for configuring power and performance aspects of a Linux system."
55authors = [
66 { name = " Artem Bityutskiy" , email = " dedekind@gmail.com" }
You can’t perform that action at this time.
0 commit comments