Skip to content

Commit

Permalink
chore(release): 5.1.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Mar 10, 2024
1 parent cac4af9 commit 2cc0695
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.0 (2024-03-10)

### Feature

* Add extra attributes to device_tracker ([#371](https://github.com/eifinger/hass-weenect/issues/371)) ([`cac4af9`](https://github.com/eifinger/hass-weenect/commit/cac4af9241eab41a48a4bbf495df4eb913b808b7))

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

### Fix
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.0.0"
VERSION = "5.1.0"
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.0.0"
"version": "5.1.0"
}
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.0.0"
version = "5.1.0"
description = "Homeassistant Custom Component for Weenect"
license = "MIT"
authors = ["Kevin Stillhammer <[email protected]>"]
Expand Down

0 comments on commit 2cc0695

Please sign in to comment.