From 10d7712256ba1d9f3c03d1bdd73304d6512b90bc Mon Sep 17 00:00:00 2001 From: Sander Date: Sun, 21 Apr 2024 14:20:07 +0000 Subject: [PATCH] Release version `2.1.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 f8c8563..763445b 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.0.1" + placeholder: "2.1.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 7a81c3a..e7faea3 100644 --- a/custom_components/knmi/const.py +++ b/custom_components/knmi/const.py @@ -12,7 +12,7 @@ DOMAIN: Final = "knmi" NAME: Final = "KNMI" SUPPLIER: Final = "Weerlive" -VERSION: Final = "2.0.1" +VERSION: Final = "2.1.0" # Defaults DEFAULT_NAME: Final = NAME diff --git a/custom_components/knmi/manifest.json b/custom_components/knmi/manifest.json index 24a026f..7444653 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": "2.0.1" + "version": "2.1.0" }