File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66import 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
1010INSTANCE_ID : Final = str (uuid .uuid4 ())[24 :]
1111LOG : Final = logging .getLogger (__package__ )
1212DEFAULT_STATE_FILE : Final = "hilo_state.yaml"
1313REQUEST_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
1717CONTENT_TYPE_FORM : Final = "application/x-www-form-urlencoded"
Original file line number Diff line number Diff line change 11[project ]
22name = " python-hilo"
3- version = " 2026.3.5 "
3+ version = " 2026.9.1 "
44description = " A Python3, async interface to the Hilo API"
55readme = " README.md"
66requires-python = " >=3.11"
You can’t perform that action at this time.
0 commit comments