Skip to content

Commit 5c92d6d

Browse files
author
github-actions
committed
0.11.3
Automatically generated by python-semantic-release
1 parent 73e8914 commit 5c92d6d

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.11.3 (2024-02-03)
6+
7+
### Fix
8+
9+
* Add ability to override websocket stream messages ([`73e8914`](https://github.com/Lash-L/anova_wifi/commit/73e8914ef059e961dce448bd080ecacf3212bd58))
10+
511
## v0.11.2 (2024-02-03)
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.11.2"
3+
version = "0.11.3"
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.11.2"
29+
__version__ = "0.11.3"
3030

3131
__all__ = [
3232
"AnovaApi",

0 commit comments

Comments
 (0)