mirror of
https://github.com/jdejaegh/irm-kmi-ha.git
synced 2025-06-27 03:35:56 +02:00
bump version 0.2.32 -> 0.3.0
This commit is contained in:
parent
702f687a8d
commit
68bcb8aeb4
3 changed files with 3 additions and 3 deletions
|
@ -134,7 +134,7 @@ IRM_KMI_NAME: Final = {
|
||||||
'en': 'Royal Meteorological Institute of Belgium'
|
'en': 'Royal Meteorological Institute of Belgium'
|
||||||
}
|
}
|
||||||
|
|
||||||
USER_AGENT: Final = 'github.com/jdejaegh/irm-kmi-ha 0.2.32'
|
USER_AGENT: Final = 'github.com/jdejaegh/irm-kmi-ha 0.3.0'
|
||||||
|
|
||||||
CURRENT_WEATHER_SENSORS: Final = {'temperature', 'wind_speed', 'wind_gust_speed', 'wind_bearing', 'uv_index',
|
CURRENT_WEATHER_SENSORS: Final = {'temperature', 'wind_speed', 'wind_gust_speed', 'wind_bearing', 'uv_index',
|
||||||
'pressure'}
|
'pressure'}
|
||||||
|
|
|
@ -11,5 +11,5 @@
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"irm-kmi-api>=0.1.4,<1.0.0"
|
"irm-kmi-api>=0.1.4,<1.0.0"
|
||||||
],
|
],
|
||||||
"version": "0.2.32"
|
"version": "0.3.0"
|
||||||
}
|
}
|
|
@ -1,5 +1,5 @@
|
||||||
[tool.bumpver]
|
[tool.bumpver]
|
||||||
current_version = "0.2.32"
|
current_version = "0.3.0"
|
||||||
version_pattern = "MAJOR.MINOR.PATCH"
|
version_pattern = "MAJOR.MINOR.PATCH"
|
||||||
commit_message = "bump version {old_version} -> {new_version}"
|
commit_message = "bump version {old_version} -> {new_version}"
|
||||||
tag_message = "{new_version}"
|
tag_message = "{new_version}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue