Skip to content

Commit

Permalink
chore(release): 3.3.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Feb 27, 2024
1 parent 622c4f1 commit 3c838c9
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-->

## v3.3.0 (2024-02-27)

### Feature

* Allow disabling gps ([#363](https://github.com/eifinger/hass-weenect/issues/363)) ([`622c4f1`](https://github.com/eifinger/hass-weenect/commit/622c4f1de52014e39d2f2ef1e6b009a16cc6754f))

## v3.2.4 (2023-10-05)

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

0 comments on commit 3c838c9

Please sign in to comment.