From fee2a10f5eb44af56f3d47c9fe24489e2969acf7 Mon Sep 17 00:00:00 2001 From: Jules Dejaeghere Date: Sat, 22 Feb 2025 20:47:35 +0100 Subject: [PATCH] bump version 0.2.29 -> 0.2.30 --- custom_components/irm_kmi/const.py | 2 +- custom_components/irm_kmi/manifest.json | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_components/irm_kmi/const.py b/custom_components/irm_kmi/const.py index 235660d..baf87c1 100644 --- a/custom_components/irm_kmi/const.py +++ b/custom_components/irm_kmi/const.py @@ -161,7 +161,7 @@ IRM_KMI_NAME: Final = { WEEKDAYS = ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday'] -USER_AGENT: Final = 'github.com/jdejaegh/irm-kmi-ha 0.2.29' +USER_AGENT: Final = 'github.com/jdejaegh/irm-kmi-ha 0.2.30' CURRENT_WEATHER_SENSORS: Final = {'temperature', 'wind_speed', 'wind_gust_speed', 'wind_bearing', 'uv_index', 'pressure'} diff --git a/custom_components/irm_kmi/manifest.json b/custom_components/irm_kmi/manifest.json index 65dc349..04cfadc 100644 --- a/custom_components/irm_kmi/manifest.json +++ b/custom_components/irm_kmi/manifest.json @@ -12,5 +12,5 @@ "svgwrite==1.4.3", "aiofile==3.9.0" ], - "version": "0.2.29" + "version": "0.2.30" } \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 7302c74..5efe7ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.bumpver] -current_version = "0.2.29" +current_version = "0.2.30" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "bump version {old_version} -> {new_version}" tag_message = "{new_version}"