mirror of
https://github.com/jdejaegh/irm-kmi-ha.git
synced 2025-06-27 19:49:26 +02:00
bump version 0.2.30 -> 0.2.31
This commit is contained in:
parent
9064326860
commit
fc5b91fac3
3 changed files with 3 additions and 3 deletions
|
@ -161,7 +161,7 @@ IRM_KMI_NAME: Final = {
|
||||||
|
|
||||||
WEEKDAYS = ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday']
|
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',
|
CURRENT_WEATHER_SENSORS: Final = {'temperature', 'wind_speed', 'wind_gust_speed', 'wind_bearing', 'uv_index',
|
||||||
'pressure'}
|
'pressure'}
|
||||||
|
|
|
@ -12,5 +12,5 @@
|
||||||
"svgwrite==1.4.3",
|
"svgwrite==1.4.3",
|
||||||
"aiofile==3.9.0"
|
"aiofile==3.9.0"
|
||||||
],
|
],
|
||||||
"version": "0.2.30"
|
"version": "0.2.31"
|
||||||
}
|
}
|
|
@ -1,5 +1,5 @@
|
||||||
[tool.bumpver]
|
[tool.bumpver]
|
||||||
current_version = "0.2.30"
|
current_version = "0.2.31"
|
||||||
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