From 5bcf85f2a222a9cdaebec24512417d3612ab9add Mon Sep 17 00:00:00 2001 From: Sander Date: Fri, 19 May 2023 09:19:38 +0000 Subject: [PATCH] Release version `1.4.0` --- .github/ISSUE_TEMPLATE/issue.yaml | 2 +- custom_components/knmi/const.py | 2 +- custom_components/knmi/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 330bda2..1fcdfe3 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: "1.3.8" + placeholder: "1.4.0" description: > Can be found in the Configuration panel -> Integrations -> KNMI diff --git a/custom_components/knmi/const.py b/custom_components/knmi/const.py index 22cb564..d7bca15 100644 --- a/custom_components/knmi/const.py +++ b/custom_components/knmi/const.py @@ -11,7 +11,7 @@ # Base component constants. NAME: Final = "KNMI" DOMAIN: Final = "knmi" -VERSION: Final = "1.3.8" +VERSION: Final = "1.4.0" # Defaults DEFAULT_NAME: Final = NAME diff --git a/custom_components/knmi/manifest.json b/custom_components/knmi/manifest.json index 8afcbf9..147fc6c 100644 --- a/custom_components/knmi/manifest.json +++ b/custom_components/knmi/manifest.json @@ -6,5 +6,5 @@ "documentation": "https://github.com/golles/ha-knmi/blob/main/README.md", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/golles/ha-knmi/issues", - "version": "1.3.8" + "version": "1.4.0" }