Skip to content

Commit

Permalink
chore(release): 5.1.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed May 14, 2024
1 parent 43b8b5e commit d215f5d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!--next-version-placeholder-->

## v5.1.1 (2024-05-14)

### Fix

* Unique_id is not a string ([#374](https://github.com/eifinger/hass-weenect/issues/374)) ([`43b8b5e`](https://github.com/eifinger/hass-weenect/commit/43b8b5ec1dda6f3296cfd704058a13a94bff22b8))

## v5.1.0 (2024-03-10)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion custom_components/weenect/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Base component constants
NAME = "Weenect"
DOMAIN = "weenect"
VERSION = "5.1.0"
VERSION = "5.1.1"
ATTRIBUTION = "Data provided by https://my.weenect.com/"
ISSUE_URL = "https://github.com/eifinger/hass-weenect/issues"

Expand Down
2 changes: 1 addition & 1 deletion custom_components/weenect/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"requirements": [
"aioweenect==1.1.1"
],
"version": "5.1.0"
"version": "5.1.1"
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "hass-weenect"
version = "5.1.0"
version = "5.1.1"
description = "Homeassistant Custom Component for Weenect"
license = "MIT"
authors = ["Kevin Stillhammer <[email protected]>"]
Expand Down

0 comments on commit d215f5d

Please sign in to comment.