bump version 0.2.28 -> 0.2.29

This commit is contained in:
Jules 2025-02-20 19:11:32 +01:00
parent 5d93102ada
commit 7e75e4f184
Signed by: jdejaegh
GPG key ID: 99D6D184CA66933A
3 changed files with 3 additions and 3 deletions

View file

@ -160,4 +160,4 @@ IRM_KMI_NAME: Final = {
WEEKDAYS = ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday']
USER_AGENT: Final = 'github.com/jdejaegh/irm-kmi-ha 0.2.28'
USER_AGENT: Final = 'github.com/jdejaegh/irm-kmi-ha 0.2.29'

View file

@ -12,5 +12,5 @@
"svgwrite==1.4.3",
"aiofile==3.9.0"
],
"version": "0.2.28"
"version": "0.2.29"
}

View file

@ -1,5 +1,5 @@
[tool.bumpver]
current_version = "0.2.28"
current_version = "0.2.29"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
tag_message = "{new_version}"