From 88b8c2781b2d6b5309b6cdddcdf435c888a8a35c Mon Sep 17 00:00:00 2001 From: dckiller51 <53062806+dckiller51@users.noreply.github.com> Date: Fri, 5 Jan 2024 22:40:02 +0100 Subject: [PATCH] 2024.1.1 --- CHANGELOG.md | 4 ++++ custom_components/bodymiscale/const.py | 4 ++-- custom_components/bodymiscale/manifest.json | 2 +- hacs.json | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e3a5f9..3d9c1d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. +## 2024.01.1 + +- version number patch + ## 2024.01.0 - #218 Set state_class as class variable after installing Core 2024.1 beta @edenhaus diff --git a/custom_components/bodymiscale/const.py b/custom_components/bodymiscale/const.py index df66f3b..e41f8cf 100644 --- a/custom_components/bodymiscale/const.py +++ b/custom_components/bodymiscale/const.py @@ -2,10 +2,10 @@ from homeassistant.const import Platform -MIN_REQUIRED_HA_VERSION = "2024.1.0" +MIN_REQUIRED_HA_VERSION = "2024.1.1" NAME = "BodyMiScale" DOMAIN = "bodymiscale" -VERSION = "2024.1.0" +VERSION = "2024.1.1" ISSUE_URL = "https://github.com/dckiller51/bodymiscale/issues" diff --git a/custom_components/bodymiscale/manifest.json b/custom_components/bodymiscale/manifest.json index 800ac33..45d28df 100644 --- a/custom_components/bodymiscale/manifest.json +++ b/custom_components/bodymiscale/manifest.json @@ -15,5 +15,5 @@ "requirements": [ "cachetools==5.3.0" ], - "version": "2024.1.0" + "version": "2024.1.1" } diff --git a/hacs.json b/hacs.json index 1e22805..197797f 100644 --- a/hacs.json +++ b/hacs.json @@ -1,5 +1,5 @@ { - "homeassistant": "2024.1.0", + "homeassistant": "2024.1.1", "name": "Bodymiscale", "render_readme": true }