diff --git a/.github/ISSUE_TEMPLATE/issue.yaml b/.github/ISSUE_TEMPLATE/issue.yaml index 113da8d..05cd4f8 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.5.0" + placeholder: "1.6.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 6f25974..62e1a7e 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.5.0" +VERSION: Final = "1.6.0" # Defaults DEFAULT_NAME: Final = NAME diff --git a/custom_components/knmi/manifest.json b/custom_components/knmi/manifest.json index 461a9ed..03f9d56 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.5.0" + "version": "1.6.0" }