File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- next-version-placeholder-->
4
4
5
+ ## v0.6.2 (2023-04-04)
6
+ ### Fix
7
+ * Set water temp as None if it does not exist ([ ` 2750a9d ` ] ( https://github.com/Lash-L/anova_wifi/commit/2750a9d83b8af30365a92e1af01040b532ae1ecf ) )
8
+
5
9
## v0.6.1 (2023-03-29)
6
10
### Fix
7
11
* Add limitation to ws url ([ ` 9f2ce32 ` ] ( https://github.com/Lash-L/anova_wifi/commit/9f2ce326bb3869755f96acbe8949dadff0ff2d63 ) )
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " anova-wifi"
3
- version = " 0.6.1 "
3
+ version = " 0.6.2 "
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 6
6
AnovaPrecisionCookerSensor ,
7
7
)
8
8
9
- __version__ = "0.6.1 "
9
+ __version__ = "0.6.2 "
10
10
11
11
__all__ = [
12
12
"AnovaApi" ,
You can’t perform that action at this time.
0 commit comments