diff --git a/Makefile b/Makefile index 2239566..42770fa 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -__VERSION__ = "0.1.2" +__VERSION__ = "0.1.3" 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 2542bbb..d615e77 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 = "0.1.2" +VERSION = "0.1.3" 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 5cb21be..3dd4b13 100644 --- a/custom_components/norwegianweather/const.py +++ b/custom_components/norwegianweather/const.py @@ -21,7 +21,7 @@ NAME = "Norwegian Weather" DOMAIN = "norwegianweather" DOMAIN_DATA = f"{DOMAIN}_data" -VERSION = "0.1.2" +VERSION = "0.1.3" 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 77ba404..809e296 100644 --- a/custom_components/norwegianweather/manifest.json +++ b/custom_components/norwegianweather/manifest.json @@ -1,7 +1,7 @@ { "domain": "norwegianweather", "name": "Norwegian Weather", - "version": "0.1.2", + "version": "0.1.3", "documentation": "https://github.com/tmjo/ha-norwegianweather", "issue_tracker": "https://github.com/tmjo/ha-norwegianweather/issues", "dependencies": [],