We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21777d1 commit c9d5022Copy full SHA for c9d5022
pyhilo/const.py
@@ -7,7 +7,7 @@
7
LOG: Final = logging.getLogger(__package__)
8
DEFAULT_STATE_FILE: Final = "hilo_state.yaml"
9
REQUEST_RETRY: Final = 9
10
-PYHILO_VERSION: Final = "2025.6.02"
+PYHILO_VERSION: Final = "2025.9.01"
11
# TODO: Find a way to keep previous line in sync with pyproject.toml automatically
12
13
CONTENT_TYPE_FORM: Final = "application/x-www-form-urlencoded"
pyproject.toml
@@ -40,7 +40,7 @@ exclude = ".venv/.*"
40
41
[tool.poetry]
42
name = "python-hilo"
43
-version = "2025.6.2"
+version = "2025.9.1"
44
description = "A Python3, async interface to the Hilo API"
45
readme = "README.md"
46
authors = ["David Vallee Delisle <me@dvd.dev>"]
0 commit comments