From 8a61073ab162a6797144c1e68763943b9a5fbf89 Mon Sep 17 00:00:00 2001 From: Sander Date: Sat, 10 Jun 2023 12:48:58 +0200 Subject: [PATCH] Release version `2.6.0` --- .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 db862df..c9c1227 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.5.0" + placeholder: "2.6.0" 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 fd9b053..a4f041d 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.5.0" +VERSION: Final = "2.6.0" 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 dbdde26..e6c788f 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.5.0" + "version": "2.6.0" }