Skip to content

Commit 242839f

Browse files
author
github-actions
committed
0.10.4
Automatically generated by python-semantic-release
1 parent c1e7f45 commit 242839f

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.4 (2024-01-16)
6+
7+
### Fix
8+
9+
* Refactor to use websocket ([`c1e7f45`](https://github.com/Lash-L/anova_wifi/commit/c1e7f45b2a8f8b6f266825317d63e58f34498831))
10+
511
## v0.10.3 (2023-06-07)
612
### Fix
713
* Set temperature unit ([`70325b0`](https://github.com/Lash-L/anova_wifi/commit/70325b0b67a751bd775e98fdcd23ae5b3a106ad8))

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.3"
3+
version = "0.10.4"
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.3"
29+
__version__ = "0.10.4"
3030

3131
__all__ = [
3232
"AnovaApi",

0 commit comments

Comments
 (0)