Skip to content

Commit

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

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

## v0.1.1 (2023-01-18)
### Fix
* Moved device_key to start_update ([`1dddd7f`](https://github.com/conway220/anova_wifi/commit/1dddd7fc80b8d915df71f4c9bd4bd322647ff811))

## v0.1.0 (2023-01-18)
### Feature
* Added test for parser ([`509a45b`](https://github.com/conway220/anova_wifi/commit/509a45b2b382af55b8296794bfb9f2e9320e8d57))
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.1.0"
version = "0.1.1"
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.1.0"
__version__ = "0.1.1"

__all__ = [
"AnovaPrecisionCooker",
Expand Down

0 comments on commit 474147d

Please sign in to comment.