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.10.3 (2023-06-07)
6
+ ### Fix
7
+ * Set temperature unit ([ ` 70325b0 ` ] ( https://github.com/Lash-L/anova_wifi/commit/70325b0b67a751bd775e98fdcd23ae5b3a106ad8 ) )
8
+
5
9
## v0.10.2 (2023-06-07)
6
10
### Fix
7
11
* Correctly update mode ([ ` 5ad6c99 ` ] ( https://github.com/Lash-L/anova_wifi/commit/5ad6c99170d84706e8fd572600611ca9ffdb62ba ) )
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " anova-wifi"
3
- version = " 0.10.2 "
3
+ version = " 0.10.3 "
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 7
7
APCUpdateSensor ,
8
8
)
9
9
10
- __version__ = "0.10.2 "
10
+ __version__ = "0.10.3 "
11
11
12
12
__all__ = [
13
13
"AnovaApi" ,
You can’t perform that action at this time.
0 commit comments