Skip to content

Commit b354132

Browse files
author
github-actions
committed
0.6.2
Automatically generated by python-semantic-release
1 parent 2750a9d commit b354132

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.6.2 (2023-04-04)
6+
### Fix
7+
* Set water temp as None if it does not exist ([`2750a9d`](https://github.com/Lash-L/anova_wifi/commit/2750a9d83b8af30365a92e1af01040b532ae1ecf))
8+
59
## v0.6.1 (2023-03-29)
610
### Fix
711
* Add limitation to ws url ([`9f2ce32`](https://github.com/Lash-L/anova_wifi/commit/9f2ce326bb3869755f96acbe8949dadff0ff2d63))

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.6.1"
3+
version = "0.6.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
@@ -6,7 +6,7 @@
66
AnovaPrecisionCookerSensor,
77
)
88

9-
__version__ = "0.6.1"
9+
__version__ = "0.6.2"
1010

1111
__all__ = [
1212
"AnovaApi",

0 commit comments

Comments
 (0)