Skip to content

Commit 39bb2c3

Browse files
committed
Release version 1.6.20
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
1 parent 48cfe00 commit 39bb2c3

4 files changed

Lines changed: 9 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@ Versioning practices: [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
55

66
## [ADD NEW VERSION HERE] - ADD DATE HERE
77
### Fixed
8-
- pepc tpmi * --base: Do not fail when 'tpmi_info' feature (0x81) is missing.
9-
- pepc: Fix regression in 1.6.19: MSR modules did not work.
108
### Added
119
### Removed
1210
### Changed
1311

12+
## [1.6.20] - 2026-01-26
13+
### Fixed
14+
- pepc tpmi * --base: Do not fail when 'tpmi_info' feature (0x81) is missing.
15+
- pepc: Fix regression in 1.6.19: MSR modules did not work.
16+
1417
## [1.6.19] - 2026-01-25
1518
### Added
1619
- pepc tpmi * --base option support.
@@ -904,4 +907,4 @@ Versioning practices: [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
904907

905908
## [1.1.0] - 2021-10-29
906909
### Changed
907-
- pepc: first release.
910+
- pepc: first release.

pepctools/_Pepc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
from pepclibs.helperlibs.ProcessManager import ProcessManagerType
3838
from pepclibs.PropsTypes import PropertyTypedDict
3939

40-
_VERSION: Final[str] = "1.6.19"
40+
_VERSION: Final[str] = "1.6.20"
4141
TOOLNAME: Final[str] = "pepc"
4242

4343
_LOG = Logging.getLogger(f"{Logging.MAIN_LOGGER_NAME}.pepc").configure(prefix=TOOLNAME)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pepc"
3-
version = "1.6.19"
3+
version = "1.6.20"
44
description = "A tool for configuring power and performance aspects of a Linux system."
55
authors = [
66
{ name = "Artem Bityutskiy", email = "dedekind@gmail.com" }

rpm/pepc.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%bcond_without tests
22

33
Name: pepc
4-
Version: 1.6.19
4+
Version: 1.6.20
55
Release: 1%{?dist}
66
Summary: Power, Energy, and Performance Configuration tool
77

0 commit comments

Comments
 (0)