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

Commit 73fc4b7

Browse files
committed
Bump version: 3.0.2 → 3.0.3
1 parent e4e8cf5 commit 73fc4b7

5 files changed

Lines changed: 10 additions & 4 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 = 3.0.2
2+
current_version = 3.0.3
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-
3.0.2
1+
3.0.3

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
halpid (3.0.3) unstable; urgency=medium
2+
3+
* Bump version to trigger an apt repo update.
4+
5+
-- Matti Airas <matti.airas@hatlabs.fi> Tue, 10 Jun 2025 15:29:02 +0000
6+
17
halpid (3.0.2) unstable; urgency=medium
28

39
* Build for arm64 in GitHub workflow

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "halpid"
3-
version = "3.0.2"
3+
version = "3.0.3"
44
description = "halpid is a power monitor and watchdog daemon for the HALPI2."
55
readme = "README.md"
66
requires-python = ">=3.11"

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 = "3.0.2"
17+
VERSION = "3.0.3"

0 commit comments

Comments
 (0)