From 3a1f1804a1077aa13a7c522db6b0e91d2d42585c Mon Sep 17 00:00:00 2001 From: Andrey Khrolenok Date: Mon, 21 Oct 2024 23:39:07 +0300 Subject: [PATCH] Bump version to 1.6.0 --- custom_components/snowtire/const.py | 2 +- custom_components/snowtire/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/snowtire/const.py b/custom_components/snowtire/const.py index 4bf891f..a440b1d 100644 --- a/custom_components/snowtire/const.py +++ b/custom_components/snowtire/const.py @@ -12,7 +12,7 @@ # Base component constants NAME: Final = "Snowtire Sensor" DOMAIN: Final = "snowtire" -VERSION: Final = "1.6.0-alpha" +VERSION: Final = "1.6.0" ISSUE_URL: Final = "https://github.com/Limych/ha-snowtire/issues" # DOMAIN_YAML: Final = f"_yaml_{DOMAIN}" diff --git a/custom_components/snowtire/manifest.json b/custom_components/snowtire/manifest.json index da9974a..f8190b9 100644 --- a/custom_components/snowtire/manifest.json +++ b/custom_components/snowtire/manifest.json @@ -14,5 +14,5 @@ "requirements": [ "pip>=21.3.1" ], - "version": "1.6.0-alpha" + "version": "1.6.0" } \ No newline at end of file