Skip to content

Commit b72b2be

Browse files
author
github-actions
committed
0.6.1
Automatically generated by python-semantic-release
1 parent 9f2ce32 commit b72b2be

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.1 (2023-03-29)
6+
### Fix
7+
* Add limitation to ws url ([`9f2ce32`](https://github.com/Lash-L/anova_wifi/commit/9f2ce326bb3869755f96acbe8949dadff0ff2d63))
8+
59
## v0.6.0 (2023-03-28)
610
### Feature
711
* Add logging and dependabot ([`e994723`](https://github.com/Lash-L/anova_wifi/commit/e994723ace5bfcd45b4559034a732ae42d073e32))

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

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

1111
__all__ = [
1212
"AnovaApi",

0 commit comments

Comments
 (0)