File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- next-version-placeholder-->
4
4
5
+ ## v0.10.4 (2024-01-16)
6
+
7
+ ### Fix
8
+
9
+ * Refactor to use websocket ([ ` c1e7f45 ` ] ( https://github.com/Lash-L/anova_wifi/commit/c1e7f45b2a8f8b6f266825317d63e58f34498831 ) )
10
+
5
11
## v0.10.3 (2023-06-07)
6
12
### Fix
7
13
* Set temperature unit ([ ` 70325b0 ` ] ( https://github.com/Lash-L/anova_wifi/commit/70325b0b67a751bd775e98fdcd23ae5b3a106ad8 ) )
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " anova-wifi"
3
- version = " 0.10.3 "
3
+ version = " 0.10.4 "
4
4
description = " A package to get read only data from Anova precision cookers with wifi"
5
5
authors = [
" Luke <[email protected] >" ]
6
6
license = " MIT"
Original file line number Diff line number Diff line change 26
26
)
27
27
from .websocket_handler import AnovaWebsocketHandler
28
28
29
- __version__ = "0.10.3 "
29
+ __version__ = "0.10.4 "
30
30
31
31
__all__ = [
32
32
"AnovaApi" ,
You can’t perform that action at this time.
0 commit comments