Skip to content

Commit a21486f

Browse files
author
github-actions
committed
0.10.2
Automatically generated by python-semantic-release
1 parent 5ad6c99 commit a21486f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

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

5+
## v0.10.2 (2023-06-07)
6+
### Fix
7+
* Correctly update mode ([`5ad6c99`](https://github.com/Lash-L/anova_wifi/commit/5ad6c99170d84706e8fd572600611ca9ffdb62ba))
8+
59
## v0.10.1 (2023-05-07)
610
### Fix
711
* Mypy error ([`c99cab0`](https://github.com/Lash-L/anova_wifi/commit/c99cab03975eb0e38ae92babf8681475a06c6809))

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

1212
__all__ = [
1313
"AnovaApi",

0 commit comments

Comments
 (0)