This repository was archived by the owner on Feb 15, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 4.0.1
2+ current_version = 4.0.2
33commit = True
44parse = (?P<major>\d+)(\.(?P<minor>\d+))(\.(?P<patch>\d+))(\-(?P<release>.*))?
55serialize =
Original file line number Diff line number Diff line change 1- 4.0.1
1+ 4.0.2
Original file line number Diff line number Diff line change 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+
18halpid (4.0.0) unstable; urgency=medium
29
310 * Refactor the command line interface
Original file line number Diff line number Diff line change 11[project ]
22name = " halpid"
3- version = " 4.0.1 "
3+ version = " 4.0.2 "
44description = " halpid is a power monitor and watchdog daemon for the HALPI2."
55readme = " README.md"
66requires-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]
Original file line number Diff line number Diff line change 1414DEFAULT_BLACKOUT_VOLTAGE_LIMIT = 9.0
1515
1616# Daemon version
17- VERSION = "4.0.1 "
17+ VERSION = "4.0.2 "
You can’t perform that action at this time.
0 commit comments