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 588aef0 commit 34fb4bdCopy full SHA for 34fb4bd
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.12.03"
+PYHILO_VERSION: Final = "2025.12.04"
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.12.3"
+version = "2025.12.4"
44
description = "A Python3, async interface to the Hilo API"
45
readme = "README.md"
46
authors = ["David Vallee Delisle <[email protected]>"]
0 commit comments