File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " python-hilo" ,
3- "version" : " 2025.4.1 " ,
3+ "version" : " 2025.4.2 " ,
44 "private" : true ,
55 "description" : " A Python3, async interface to the Hilo API" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 77LOG : Final = logging .getLogger (__package__ )
88DEFAULT_STATE_FILE : Final = "hilo_state.yaml"
99REQUEST_RETRY : Final = 9
10- PYHILO_VERSION : Final = "2025.4.01 "
10+ PYHILO_VERSION : Final = "2025.4.02 "
1111# TODO: Find a way to keep previous line in sync with pyproject.toml automatically
1212
1313CONTENT_TYPE_FORM : Final = "application/x-www-form-urlencoded"
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ exclude = ".venv/.*"
4040
4141[tool .poetry ]
4242name = " python-hilo"
43- version = " 2025.4.1 "
43+ version = " 2025.4.2 "
4444description = " A Python3, async interface to the Hilo API"
4545readme = " README.md"
4646authors = [" David Vallee Delisle <me@dvd.dev>" ]
You can’t perform that action at this time.
0 commit comments