Skip to content

Commit

Permalink
Bump version to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed Oct 1, 2023
1 parent 926b0f5 commit 803639f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion custom_components/average/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

NAME: Final = "Average Sensor"
DOMAIN: Final = "average"
VERSION: Final = "2.3.1-alpha"
VERSION: Final = "2.3.1"
ISSUE_URL: Final = "https://github.com/Limych/ha-average/issues"

STARTUP_MESSAGE: Final = f"""
Expand Down
14 changes: 7 additions & 7 deletions custom_components/average/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
"domain": "average",
"name": "Average Sensor",
"after_dependencies": [
"history",
"recorder",
"weather"
"history",
"recorder",
"weather"
],
"codeowners": [
"@Limych"
"@Limych"
],
"config_flow": false,
"dependencies": [],
"documentation": "https://github.com/Limych/ha-average",
"iot_class": "calculated",
"issue_tracker": "https://github.com/Limych/ha-average/issues",
"requirements": [
"colorlog==6.7.0"
"colorlog==6.7.0"
],
"version": "2.3.1-alpha"
}
"version": "2.3.1"
}

0 comments on commit 803639f

Please sign in to comment.