Skip to content

Commit

Permalink
chore(release): 4.0.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 6, 2024
1 parent ac1cf1a commit 205666e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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

## v4.0.0 (2024-03-06)

### Feature

* Update intervals ([#367](https://github.com/eifinger/hass-weenect/issues/367)) ([`ac1cf1a`](https://github.com/eifinger/hass-weenect/commit/ac1cf1a7a6f2fcff3ff6d9a722ba6cc9c9132d88))

### Breaking

* Update intervals ([#367](https://github.com/eifinger/hass-weenect/issues/367)) ([`ac1cf1a`](https://github.com/eifinger/hass-weenect/commit/ac1cf1a7a6f2fcff3ff6d9a722ba6cc9c9132d88))

### Documentation

* Add how to disable tracking to README.md ([#366](https://github.com/eifinger/hass-weenect/issues/366)) ([`d53802c`](https://github.com/eifinger/hass-weenect/commit/d53802ca13d5ffcd6642caec72d0d7fa6e458793))

## v3.3.1 (2024-02-28)

### 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 = "3.3.1"
VERSION = "4.0.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": "3.3.1"
"version": "4.0.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 = "3.3.1"
version = "4.0.0"
description = "Homeassistant Custom Component for Weenect"
license = "MIT"
authors = ["Kevin Stillhammer <kevin.stillhammer@gmail.com>"]
Expand Down

0 comments on commit 205666e

Please sign in to comment.