Skip to content

Commit

Permalink
chore(release): 2.0.5
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jan 2, 2022
1 parent 25b3dee commit d2085f0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

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

## v2.0.5 (2022-01-02)
### Fix
* Use aioweenect 1.1.1 ([`e69a6a5`](https://github.com/eifinger/hass-weenect/commit/e69a6a59f209fd5e5687fea34ea9e12203f5c42f))
2 changes: 1 addition & 1 deletion custom_components/weenect/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
NAME = "Weenect"
DOMAIN = "weenect"
DOMAIN_DATA = f"{DOMAIN}_data"
VERSION = "2.0.4"
VERSION = "2.0.5"
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 @@ -4,7 +4,7 @@
"documentation": "https://github.com/eifinger/hass-weenect",
"issue_tracker": "https://github.com/eifinger/hass-weenect/issues",
"dependencies": [],
"version": "2.0.4",
"version": "2.0.5",
"config_flow": true,
"codeowners": [
"@eifinger"
Expand Down
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 = "2.0.4"
version = "2.0.5"
description = "Homeassistant Custom Component for Weenect"
license = "MIT"
authors = ["Kevin Stillhammer <[email protected]>"]
Expand Down

0 comments on commit d2085f0

Please sign in to comment.