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.
2 parents 3d52b16 + a313773 commit 4cb7b0dCopy full SHA for 4cb7b0d
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.01"
+PYHILO_VERSION: Final = "2025.6.02"
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.1"
+version = "2025.6.2"
44
description = "A Python3, async interface to the Hilo API"
45
readme = "README.md"
46
authors = ["David Vallee Delisle <[email protected]>"]
0 commit comments