Skip to content
This repository was archived by the owner on Feb 15, 2026. It is now read-only.

Commit e113a8f

Browse files
authored
Merge pull request #10 from hatlabs/release_4.0.2
Release 4.0.2
2 parents a5e7f09 + cd3202c commit e113a8f

5 files changed

Lines changed: 12 additions & 5 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 4.0.1
2+
current_version = 4.0.2
33
commit = True
44
parse = (?P<major>\d+)(\.(?P<minor>\d+))(\.(?P<patch>\d+))(\-(?P<release>.*))?
55
serialize =

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.1
1+
4.0.2

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
halpid (4.0.2) UNRELEASED; urgency=medium
2+
3+
* Fix the state enums. New release to also bump the Debian package version
4+
number.
5+
6+
-- Matti Airas <matti.airas@hatlabs.fi> Thu, 07 Aug 2025 10:12:23 +0000
7+
18
halpid (4.0.0) unstable; urgency=medium
29

310
* Refactor the command line interface

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "halpid"
3-
version = "4.0.1"
3+
version = "4.0.2"
44
description = "halpid is a power monitor and watchdog daemon for the HALPI2."
55
readme = "README.md"
66
requires-python = ">=3.11"
@@ -9,7 +9,7 @@ dependencies = [
99
"dateparser>=1.2.1",
1010
"loguru>=0.7.3",
1111
"pyyaml>=6.0.2",
12-
"rich>=14.0.1",
12+
"rich>=14.0.2",
1313
"smbus2>=0.5.0",
1414
"typer>=0.16.0",
1515
]

src/halpi/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
DEFAULT_BLACKOUT_VOLTAGE_LIMIT = 9.0
1515

1616
# Daemon version
17-
VERSION = "4.0.1"
17+
VERSION = "4.0.2"

0 commit comments

Comments
 (0)