From 4eccb9bd20b41df6e86c3580906e6d6452c43b5f Mon Sep 17 00:00:00 2001 From: tmjo <54450177+tmjo@users.noreply.github.com> Date: Sat, 10 Apr 2021 15:34:07 +0200 Subject: [PATCH] Bump --- custom_components/norwegianweather/api.py | 2 +- custom_components/norwegianweather/const.py | 2 +- custom_components/norwegianweather/manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_components/norwegianweather/api.py b/custom_components/norwegianweather/api.py index e3a4fc3..5b34e65 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.3.3" +VERSION = "2021.4.1" 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 c5468f7..3de69c1 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.3.3" +VERSION = "2021.4.1" 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 4bf30ad..30454fc 100644 --- a/custom_components/norwegianweather/manifest.json +++ b/custom_components/norwegianweather/manifest.json @@ -1,7 +1,7 @@ { "domain": "norwegianweather", "name": "Norwegian Weather", - "version": "2021.3.3", + "version": "2021.4.1", "documentation": "https://github.com/tmjo/ha-norwegianweather", "issue_tracker": "https://github.com/tmjo/ha-norwegianweather/issues", "dependencies": [],