Skip to content

Commit d37988f

Browse files
author
github-actions
committed
chore(release): 5.1.2
Automatically generated by python-semantic-release
1 parent f49f51b commit d37988f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

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

5+
## v5.1.2 (2024-08-04)
6+
7+
### Fix
8+
9+
* Blocking call in aioweenect ([#377](https://github.com/eifinger/hass-weenect/issues/377)) ([`f49f51b`](https://github.com/eifinger/hass-weenect/commit/f49f51b10b770602c477b8e3e68c623896e1505d))
10+
511
## v5.1.1 (2024-05-14)
612

713
### Fix

custom_components/weenect/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"requirements": [
1616
"aioweenect==1.1.2"
1717
],
18-
"version": "5.1.1"
18+
"version": "5.1.2"
1919
}

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "hass-fressnapf-tracker"
3-
version = "1.0.0"
3+
version = "5.1.2"
44
description = "Homeassistant Custom Component for weenect"
55
license = "MIT"
66
readme = "README.md"

0 commit comments

Comments
 (0)