Skip to content

Commit 1e09291

Browse files
authored
Merge pull request #452 from dvd-dev/chore/release-2026.9.1
Bump up version + typo
2 parents 2e75ae1 + 2504f51 commit 1e09291

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyhilo/const.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55

66
import aiohttp
77

8-
# THe instance ID is random and unique to a specific instance/run.
8+
# The instance ID is random and unique to a specific instance/run.
99
# Helps identifying multiple instances behind the same public IP, can be useful to the Hilo/HQ devs for debugging purposes
1010
INSTANCE_ID: Final = str(uuid.uuid4())[24:]
1111
LOG: Final = logging.getLogger(__package__)
1212
DEFAULT_STATE_FILE: Final = "hilo_state.yaml"
1313
REQUEST_RETRY: Final = 9
14-
PYHILO_VERSION: Final = "2026.3.05"
14+
PYHILO_VERSION: Final = "2026.9.01"
1515
# TODO: Find a way to keep previous line in sync with pyproject.toml automatically
1616

1717
CONTENT_TYPE_FORM: Final = "application/x-www-form-urlencoded"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "python-hilo"
3-
version = "2026.3.5"
3+
version = "2026.9.1"
44
description = "A Python3, async interface to the Hilo API"
55
readme = "README.md"
66
requires-python = ">=3.11"

0 commit comments

Comments
 (0)