Skip to content

Commit 01d24b2

Browse files
author
github-actions
committed
0.10.3
Automatically generated by python-semantic-release
1 parent 877a6d2 commit 01d24b2

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.3 (2023-06-07)
6+
### Fix
7+
* Set temperature unit ([`70325b0`](https://github.com/Lash-L/anova_wifi/commit/70325b0b67a751bd775e98fdcd23ae5b3a106ad8))
8+
59
## v0.10.2 (2023-06-07)
610
### Fix
711
* Correctly update mode ([`5ad6c99`](https://github.com/Lash-L/anova_wifi/commit/5ad6c99170d84706e8fd572600611ca9ffdb62ba))

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

1212
__all__ = [
1313
"AnovaApi",

0 commit comments

Comments
 (0)