File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- next-version-placeholder-->
4
4
5
+ ## v0.2.1 (2023-01-19)
6
+ ### Fix
7
+ * Pytest-asyncio dependency issue ([ ` b80d9dd ` ] ( https://github.com/conway220/anova_wifi/commit/b80d9dd23e8a05137ef263bb2db488698dcb9ec8 ) )
8
+ * Aiohttp dependency issue ([ ` 171ddfd ` ] ( https://github.com/conway220/anova_wifi/commit/171ddfd5d5f54c9d2e497908bdd91e1e07b1db72 ) )
9
+
5
10
## v0.2.0 (2023-01-19)
6
11
### Feature
7
12
* Simplified and reworked parser ([ ` 894f97f ` ] ( https://github.com/conway220/anova_wifi/commit/894f97fb63fc4bc5f77ac91037142e32680185ff ) )
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " anova-wifi"
3
- version = " 0.2.0 "
3
+ version = " 0.2.1 "
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 4
4
AnovaPrecisionCookerSensor ,
5
5
)
6
6
7
- __version__ = "0.2.0 "
7
+ __version__ = "0.2.1 "
8
8
9
9
__all__ = [
10
10
"AnovaPrecisionCooker" ,
You can’t perform that action at this time.
0 commit comments