Skip to content

Commit f80a1e7

Browse files
committed
Release version 1.6.16
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
1 parent 6f9a541 commit f80a1e7

5 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ Versioning practices: [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
99
### Removed
1010
### Changed
1111

12+
## [1.6.16] - 2026-01-14
13+
### Fixed
14+
- pepc tpmi read: Do not read dead instances.
15+
1216
## [1.6.15] - 2026-01-14
1317
### Fixed
1418
- pepc tpmi read: Fix bit-fields print format.

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
pepc (1.6.16) unstable; urgency=low
2+
3+
* pepc tpmi read: Do not read dead instances.
4+
5+
-- Artem Bityutskiy <artem.bityutskiy@intel.com> Wed, 14 Jan 2026 00:00:00 +0200
6+
17
pepc (1.6.15) unstable; urgency=low
28

39
* pepc tpmi read: Fix bit-fields print format.

pepctools/_Pepc.py

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

41-
_VERSION: Final[str] = "1.6.15"
41+
_VERSION: Final[str] = "1.6.16"
4242
TOOLNAME: Final[str] = "pepc"
4343

4444
_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.15"
3+
version = "1.6.16"
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.15
4+
Version: 1.6.16
55
Release: 1%{?dist}
66
Summary: Power, Energy, and Performance configuration tool
77

0 commit comments

Comments
 (0)