From 202454183d3f44fb4f1b5b1d98e4f4ff3866a607 Mon Sep 17 00:00:00 2001 From: Sander Date: Thu, 4 Jan 2024 20:33:43 +0000 Subject: [PATCH] Release version `2.6.1` --- .github/ISSUE_TEMPLATE/issue.yaml | 2 +- custom_components/kamstrup_403/const.py | 2 +- custom_components/kamstrup_403/manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue.yaml b/.github/ISSUE_TEMPLATE/issue.yaml index c9c1227..c8f8cfb 100644 --- a/.github/ISSUE_TEMPLATE/issue.yaml +++ b/.github/ISSUE_TEMPLATE/issue.yaml @@ -33,7 +33,7 @@ body: required: true attributes: label: Integration version - placeholder: "2.6.0" + placeholder: "2.6.1" description: > Can be found in the Configuration panel -> Integrations -> Kamstrup 403 diff --git a/custom_components/kamstrup_403/const.py b/custom_components/kamstrup_403/const.py index a4f041d..f6cf5d4 100644 --- a/custom_components/kamstrup_403/const.py +++ b/custom_components/kamstrup_403/const.py @@ -5,7 +5,7 @@ # Base component constants NAME: Final = "Kamstrup 403" DOMAIN: Final = "kamstrup_403" -VERSION: Final = "2.6.0" +VERSION: Final = "2.6.1" MODEL: Final = "403" MANUFACTURER: Final = "Kamstrup" ATTRIBUTION: Final = "Data provided by Kamstrup 403 meter" diff --git a/custom_components/kamstrup_403/manifest.json b/custom_components/kamstrup_403/manifest.json index e6c788f..6df4ac2 100644 --- a/custom_components/kamstrup_403/manifest.json +++ b/custom_components/kamstrup_403/manifest.json @@ -7,5 +7,5 @@ "iot_class": "local_polling", "issue_tracker": "https://github.com/golles/ha-kamstrup_403/issues", "requirements": ["pyserial==3.5"], - "version": "2.6.0" + "version": "2.6.1" }