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