diff --git a/Makefile b/Makefile index e647a17..52e4e7c 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -__VERSION__ = "2021.10.1" +__VERSION__ = "2022.01.1" bump: bump2version --allow-dirty --current-version $(__VERSION__) patch Makefile custom_components/norwegiantide/const.py custom_components/norwegiantide/manifest.json diff --git a/custom_components/norwegiantide/api.py b/custom_components/norwegiantide/api.py index eb7260f..1a4ce0f 100644 --- a/custom_components/norwegiantide/api.py +++ b/custom_components/norwegiantide/api.py @@ -22,7 +22,7 @@ API_ATTRIBUTION = "Data from ©Kartverket (www.kartverket.no)" API_ATTRIBUTION_URL = "http://sehavniva.no/" API_NAME = "norwegiantide" -VERSION = "2021.10.1" +VERSION = "2022.01.1" API_USER_AGENT = f"{API_NAME}/{VERSION} https://github.com/tmjo/ha-norwegiantide" API_PREDICTION = "prediction" API_OBSERVATION = "observation" diff --git a/custom_components/norwegiantide/const.py b/custom_components/norwegiantide/const.py index 38e5ec2..a6ae3d1 100644 --- a/custom_components/norwegiantide/const.py +++ b/custom_components/norwegiantide/const.py @@ -5,7 +5,7 @@ NAME = "Norwegian Tide" DOMAIN = "norwegiantide" DOMAIN_DATA = f"{DOMAIN}_data" -VERSION = "2021.10.1" +VERSION = "2022.01.1" ATTRIBUTION = "Data from ©Kartverket (www.kartverket.no)" MANUFACTURER = f"{NAME}" ISSUE_URL = "https://github.com/tmjo/ha-norwegiantide/issues" diff --git a/custom_components/norwegiantide/manifest.json b/custom_components/norwegiantide/manifest.json index 05ca183..3aed9cc 100644 --- a/custom_components/norwegiantide/manifest.json +++ b/custom_components/norwegiantide/manifest.json @@ -1,7 +1,7 @@ { "domain": "norwegiantide", "name": "Norwegian Tide", - "version": "2021.10.1", + "version": "2022.01.1", "documentation": "https://github.com/tmjo/ha-norwegiantide", "issue_tracker": "https://github.com/tmjo/ha-norwegiantide/issues", "dependencies": [],