Skip to content

Commit c86ef93

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

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Changelog practices: [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
44
Versioning 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.1] - 2026-04-20
713
### Fixed
814
- Fix crash with python 3.10 due to missing import.
915
### Added

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] = "2.0.0"
40+
_VERSION: Final[str] = "2.0.1"
4141
TOOLNAME: Final[str] = "pepc"
4242

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

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 = "2.0.0"
3+
version = "2.0.1"
44
description = "A tool for configuring power and performance aspects of a Linux system."
55
authors = [
66
{ name = "Artem Bityutskiy", email = "dedekind@gmail.com" }

0 commit comments

Comments
 (0)