Skip to content

Commit

Permalink
0.2.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jan 19, 2023
1 parent da2f2e0 commit 0f06143
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

<!--next-version-placeholder-->

## v0.2.2 (2023-01-19)
### Fix
* Removed unneeded asyncio import ([`da2f2e0`](https://github.com/conway220/anova_wifi/commit/da2f2e0124aacd7bef48cd473c123a4330ee5534))
* Remove stale asyncio run ([`8a11635`](https://github.com/conway220/anova_wifi/commit/8a116357fccfea2c1cdd7b4eaba9a04891c22632))

## v0.2.1 (2023-01-19)
### Fix
* Pytest-asyncio dependency issue ([`b80d9dd`](https://github.com/conway220/anova_wifi/commit/b80d9dd23e8a05137ef263bb2db488698dcb9ec8))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "anova-wifi"
version = "0.2.1"
version = "0.2.2"
description = "A package to get read only data from Anova precision cookers with wifi"
authors = ["Luke <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/anova_wifi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
AnovaPrecisionCookerSensor,
)

__version__ = "0.2.1"
__version__ = "0.2.2"

__all__ = [
"AnovaPrecisionCooker",
Expand Down

0 comments on commit 0f06143

Please sign in to comment.