Skip to content

Commit

Permalink
2023.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dckiller51 committed Nov 17, 2023
1 parent 0939761 commit 399bfa7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

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

## v2023.11.0

- ❗ The minimum version of HASS has been raised to 2023.9.0
- added Simple Chinese language support (thank you @5high)
- Change of version number. Calendar version management, consisting of year, month and patch number.

## v3.1.2

- #27 #181 fixes the problem of visceral fat result
Expand Down
4 changes: 2 additions & 2 deletions custom_components/bodymiscale/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

from homeassistant.const import Platform

MIN_REQUIRED_HA_VERSION = "2023.9"
MIN_REQUIRED_HA_VERSION = "2023.9.0"
NAME = "BodyMiScale"
DOMAIN = "bodymiscale"
VERSION = "3.1.2"
VERSION = "2023.11.0"

ISSUE_URL = "https://github.com/dckiller51/bodymiscale/issues"

Expand Down
2 changes: 1 addition & 1 deletion custom_components/bodymiscale/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"requirements": [
"cachetools==5.3.0"
],
"version": "3.1.2"
"version": "2023.11.1"
}
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"homeassistant": "2023.7.0b0",
"homeassistant": "2023.9.0",
"name": "Bodymiscale",
"render_readme": true
}

0 comments on commit 399bfa7

Please sign in to comment.