Skip to content

Commit 328be5c

Browse files
author
github-actions
committed
0.10.5
Automatically generated by python-semantic-release
1 parent bbd5a5b commit 328be5c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

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

5+
## v0.10.5 (2024-01-19)
6+
7+
### Fix
8+
9+
* Add unreachable login error ([`bbd5a5b`](https://github.com/Lash-L/anova_wifi/commit/bbd5a5bbb83a3c0dd87cacd713baa482a687f443))
10+
511
## v0.10.4 (2024-01-16)
612

713
### Fix

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.10.4"
3+
version = "0.10.5"
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
@@ -26,7 +26,7 @@
2626
)
2727
from .websocket_handler import AnovaWebsocketHandler
2828

29-
__version__ = "0.10.4"
29+
__version__ = "0.10.5"
3030

3131
__all__ = [
3232
"AnovaApi",

0 commit comments

Comments
 (0)