Skip to content

Commit 3b75d9f

Browse files
author
github-actions
committed
0.10.1
Automatically generated by python-semantic-release
1 parent c99cab0 commit 3b75d9f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

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

5+
## v0.10.1 (2023-05-07)
6+
### Fix
7+
* Mypy error ([`c99cab0`](https://github.com/Lash-L/anova_wifi/commit/c99cab03975eb0e38ae92babf8681475a06c6809))
8+
* Only update if 15 seconds have passed ([`303e791`](https://github.com/Lash-L/anova_wifi/commit/303e791f9dd888b8b5b36788cbb77b20d7a8097d))
9+
510
## v0.10.0 (2023-05-05)
611
### Feature
712
* Add debug to ws ([`dcdeb97`](https://github.com/Lash-L/anova_wifi/commit/dcdeb97d3034b3cff18268b15227380717e54f0d))

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.0"
3+
version = "0.10.1"
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
@@ -7,7 +7,7 @@
77
APCUpdateSensor,
88
)
99

10-
__version__ = "0.10.0"
10+
__version__ = "0.10.1"
1111

1212
__all__ = [
1313
"AnovaApi",

0 commit comments

Comments
 (0)