Skip to content

Commit

Permalink
chore(release): v2.0.9
Browse files Browse the repository at this point in the history
## v2.0.9 (2024-05-18)

### Bug Fixes

* remove deprecated constants ([7dd75d5](7dd75d5)), closes [#233](#233)
  • Loading branch information
TRW-bot authored and TheRealWaldo committed May 18, 2024
1 parent 7dd75d5 commit cc28b3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/optimal_humidity/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
NAME = "Optimal Humidity"
DOMAIN = "optimal_humidity"
DOMAIN_DATA = f"{DOMAIN}_data"
VERSION = "v2.0.8"
VERSION = "v2.0.9"
ISSUE_URL = "https://github.com/TheRealWaldo/ha-optimal-humidity/issues"

ATTR_DEWPOINT = "dewpoint"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/optimal_humidity/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"requirements": [
"psychrolib>=2.5.0"
],
"version": "v2.0.8"
"version": "v2.0.9"
}

0 comments on commit cc28b3f

Please sign in to comment.