From a331f57768ace6791debf9b43a8f050c04e514f2 Mon Sep 17 00:00:00 2001 From: tmjo <54450177+tmjo@users.noreply.github.com> Date: Thu, 15 Apr 2021 17:58:14 +0200 Subject: [PATCH] bump --- Makefile | 2 +- custom_components/norwegianweather/api.py | 2 +- custom_components/norwegianweather/const.py | 2 +- custom_components/norwegianweather/manifest.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 9ac8b23..2258e71 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -__VERSION__ = "2021.3.3" +__VERSION__ = "2021.4.4" bump: bump2version --allow-dirty --current-version $(__VERSION__) patch Makefile custom_components/norwegianweather/const.py custom_components/norwegianweather/manifest.json custom_components/norwegianweather/api.py diff --git a/custom_components/norwegianweather/api.py b/custom_components/norwegianweather/api.py index 3880a3e..7b4b696 100644 --- a/custom_components/norwegianweather/api.py +++ b/custom_components/norwegianweather/api.py @@ -26,7 +26,7 @@ API_NAME = "norwegianweather" API_ATTRIBUTION = "Data from MET Norway (www.met.no)" -VERSION = "2021.4.3" +VERSION = "2021.4.4" API_USER_AGENT = f"{API_NAME}/{VERSION} https://github.com/tmjo/ha-norwegianweather" API_STRINGTIME = "%Y-%m-%dT%H:%M:%S%z" API_LANG = "nb" diff --git a/custom_components/norwegianweather/const.py b/custom_components/norwegianweather/const.py index 695f91d..f266407 100644 --- a/custom_components/norwegianweather/const.py +++ b/custom_components/norwegianweather/const.py @@ -19,7 +19,7 @@ NAME = "Norwegian Weather" DOMAIN = "norwegianweather" DOMAIN_DATA = f"{DOMAIN}_data" -VERSION = "2021.4.3" +VERSION = "2021.4.4" ATTRIBUTION = "Data from MET Norway (www.met.no)" MANUFACTURER = f"{NAME}" ISSUE_URL = "https://github.com/tmjo/ha-norwegianweather/issues" diff --git a/custom_components/norwegianweather/manifest.json b/custom_components/norwegianweather/manifest.json index 6d1b19b..73fa6ff 100644 --- a/custom_components/norwegianweather/manifest.json +++ b/custom_components/norwegianweather/manifest.json @@ -1,7 +1,7 @@ { "domain": "norwegianweather", "name": "Norwegian Weather", - "version": "2021.4.3", + "version": "2021.4.4", "documentation": "https://github.com/tmjo/ha-norwegianweather", "issue_tracker": "https://github.com/tmjo/ha-norwegianweather/issues", "dependencies": [],