From be30c160f4e53141122564a286e7525451c585f5 Mon Sep 17 00:00:00 2001 From: Jules Dejaeghere Date: Mon, 24 Feb 2025 20:24:46 +0100 Subject: [PATCH] bump version 0.2.30 -> 0.2.31 --- 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 baf87c1..50b5ed6 100644 --- a/custom_components/irm_kmi/const.py +++ b/custom_components/irm_kmi/const.py @@ -161,7 +161,7 @@ WEEKDAYS = ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday'] -USER_AGENT: Final = 'github.com/jdejaegh/irm-kmi-ha 0.2.30' +USER_AGENT: Final = 'github.com/jdejaegh/irm-kmi-ha 0.2.31' 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 04cfadc..47f6562 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.30" + "version": "0.2.31" } \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 5efe7ef..a6d4a96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.bumpver] -current_version = "0.2.30" +current_version = "0.2.31" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "bump version {old_version} -> {new_version}" tag_message = "{new_version}"