We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbd5a5b commit 328be5cCopy full SHA for 328be5c
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.10.5 (2024-01-19)
6
+
7
+### Fix
8
9
+* Add unreachable login error ([`bbd5a5b`](https://github.com/Lash-L/anova_wifi/commit/bbd5a5bbb83a3c0dd87cacd713baa482a687f443))
10
11
## v0.10.4 (2024-01-16)
12
13
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "anova-wifi"
-version = "0.10.4"
+version = "0.10.5"
description = "A package to get read only data from Anova precision cookers with wifi"
authors = ["Luke <[email protected]>"]
license = "MIT"
src/anova_wifi/__init__.py
@@ -26,7 +26,7 @@
26
)
27
from .websocket_handler import AnovaWebsocketHandler
28
29
-__version__ = "0.10.4"
+__version__ = "0.10.5"
30
31
__all__ = [
32
"AnovaApi",
0 commit comments