Skip to content

Commit ec4d741

Browse files
committed
Release version 1.6.26
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
1 parent caf363c commit ec4d741

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ Versioning practices: [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
77
### Fixed
88
### Added
99
### Removed
10+
### Changed
11+
12+
## [1.6.26] - 2026-03-04
1013
### Changed
1114
- Greatly improve operations by improvein MSR I/O speed.
1215

@@ -931,4 +934,4 @@ Versioning practices: [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
931934

932935
## [1.1.0] - 2021-10-29
933936
### Changed
934-
- pepc: first release.
937+
- pepc: first release.

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

0 commit comments

Comments
 (0)