Skip to content

Commit dae4515

Browse files
author
github-actions
committed
0.9.0
Automatically generated by python-semantic-release
1 parent 8657c1d commit dae4515

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

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

5+
## v0.9.0 (2023-04-28)
6+
### Feature
7+
* Changed to dataclass for updates ([`4394c5d`](https://github.com/Lash-L/anova_wifi/commit/4394c5df40796053c8e0f60b6c408e42aa039ba7))
8+
9+
### Fix
10+
* Linting ([`8657c1d`](https://github.com/Lash-L/anova_wifi/commit/8657c1d4b7e338f5f82ec5acef62bb52f07f779f))
11+
512
## v0.8.0 (2023-04-21)
613
### Feature
714
* Ignore already existing devices ([`c7c7861`](https://github.com/Lash-L/anova_wifi/commit/c7c7861d8d05f85274451c84b0c386e5885b6446))

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.8.0"
3+
version = "0.9.0"
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.8.0"
10+
__version__ = "0.9.0"
1111

1212
__all__ = [
1313
"AnovaApi",

0 commit comments

Comments
 (0)