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

Commit 2df5bb9

Browse files
committed
Bump version: 3.0.1 → 3.0.2
1 parent af053d0 commit 2df5bb9

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.1
2+
current_version = 3.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-
3.0.1
1+
3.0.2

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
halpid (3.0.2) unstable; urgency=medium
2+
3+
* Build for arm64 in GitHub workflow
4+
5+
-- Matti Airas <matti.airas@hatlabs.fi> Tue, 10 Jun 2025 14:02:15 +0000
6+
17
halpid (3.0.1-1) unstable; urgency=medium
28

39
* Move config file to /etc/halpid

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.1"
3+
version = "3.0.2"
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.1"
17+
VERSION = "3.0.2"

0 commit comments

Comments
 (0)