Skip to content

Commit 930fa16

Browse files
author
github-actions
committed
0.2.1
Automatically generated by python-semantic-release
1 parent b80d9dd commit 930fa16

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
<!--next-version-placeholder-->
44

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+
510
## v0.2.0 (2023-01-19)
611
### Feature
712
* Simplified and reworked parser ([`894f97f`](https://github.com/conway220/anova_wifi/commit/894f97fb63fc4bc5f77ac91037142e32680185ff))

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "anova-wifi"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "A package to get read only data from Anova precision cookers with wifi"
55
authors = ["Luke <[email protected]>"]
66
license = "MIT"

src/anova_wifi/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
AnovaPrecisionCookerSensor,
55
)
66

7-
__version__ = "0.2.0"
7+
__version__ = "0.2.1"
88

99
__all__ = [
1010
"AnovaPrecisionCooker",

0 commit comments

Comments
 (0)