Skip to content

Commit 6d45be2

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

5 files changed

Lines changed: 15 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@ 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 read: Fix bit-fields print format.
98
### Added
109
### Removed
1110
### Changed
1211

12+
## [1.6.15] - 2026-01-14
13+
### Fixed
14+
- pepc tpmi read: Fix bit-fields print format.
15+
1316
## [1.6.14] - 2026-01-14
1417
### Added
1518
- 'pepc pstates info --fixed-base-perf'.
@@ -879,4 +882,4 @@ Versioning practices: [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
879882

880883
## [1.1.0] - 2021-10-29
881884
### Changed
882-
- pepc: first release.
885+
- pepc: first release.

debian/changelog

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1+
pepc (1.6.15) unstable; urgency=low
2+
3+
* pepc tpmi read: Fix bit-fields print format.
4+
5+
-- Artem Bityutskiy <artem.bityutskiy@intel.com> Wed, 14 Jan 2026 00:00:00 +0200
6+
17
pepc (1.6.14) unstable; urgency=low
28

3-
* 'pepc pstates info --fixed-base-perf'
9+
* 'pepc pstates info --fixed-base-perf'.
410
* 'pepc pstates info --cppc-nominal-perf' and other CPPC performance levels
511
support.
612
* 'pepc pstates info --hwp-guaranteed-perf' and other HWP performance levels

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.14"
41+
_VERSION: Final[str] = "1.6.15"
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.14"
3+
version = "1.6.15"
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.14
4+
Version: 1.6.15
55
Release: 1%{?dist}
66
Summary: Power, Energy, and Performance configuration tool
77

0 commit comments

Comments
 (0)