Skip to content

Commit

Permalink
0.11.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Feb 3, 2024
1 parent f10e5a8 commit 26fc3e3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## v0.11.0 (2024-02-03)

### Feature

* Add mocks to library ([#28](https://github.com/Lash-L/anova_wifi/issues/28)) ([`f10e5a8`](https://github.com/Lash-L/anova_wifi/commit/f10e5a856f63343ada6677a70670c85f127f348e))

## v0.10.6 (2024-01-19)

### Fix
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.10.6"
version = "0.11.0"
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 @@ -26,7 +26,7 @@
)
from .websocket_handler import AnovaWebsocketHandler

__version__ = "0.10.6"
__version__ = "0.11.0"

__all__ = [
"AnovaApi",
Expand Down

0 comments on commit 26fc3e3

Please sign in to comment.