Skip to content

Commit

Permalink
chore(release): 2.3.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Feb 17, 2022
1 parent d46f8c3 commit 27aeeb6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## v2.3.2 (2022-02-17)
### Fix
* Avoid KeyError 'Description' ([`d46f8c3`](https://github.com/eifinger/hass-foldingathomecontrol/commit/d46f8c3577f66dcf867b89fd8a17d3788b523491))

## v2.3.1 (2022-02-13)
### Fix
* Fix removal of slots ([`c8e35a9`](https://github.com/eifinger/hass-foldingathomecontrol/commit/c8e35a9e55fa250b71e0b3f12f8756a7d3903cc5))
Expand Down
2 changes: 1 addition & 1 deletion custom_components/foldingathomecontrol/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
UNSUB_DISPATCHERS = "unsub_dispatchers"
DOMAIN = "foldingathomecontrol"
DOMAIN_DATA = f"{DOMAIN}_data"
VERSION = "2.3.1"
VERSION = "2.3.2"
PLATFORMS = ["sensor"]
DATA_UPDATED = f"{DOMAIN}_data_updated"
SENSOR_ADDED = f"{DOMAIN}_sensor_added"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/foldingathomecontrol/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"issue_tracker": "https://github.com/eifinger/hass-foldingathomecontrol/issues",
"dependencies": [],
"config_flow": true,
"version": "2.3.1",
"version": "2.3.2",
"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-foldingathomecontrol"
version = "2.3.1"
version = "2.3.2"
description = "Homeassistant Custom Component to integrate with Folding@Home"
license = "MIT"
authors = ["Kevin Stillhammer <[email protected]>"]
Expand Down

0 comments on commit 27aeeb6

Please sign in to comment.