Compare commits

..

No commits in common. "fbab30e33fafc305f64069da2d74ef87a8d3c2dd" and "0776cff6d6409657219bc9d0d31ffd75feaf561d" have entirely different histories.

5 changed files with 4 additions and 5 deletions

View file

@ -3,7 +3,6 @@ name: Run Python tests
on:
push:
pull_request:
workflow_call:
jobs:
build:

View file

@ -23,5 +23,5 @@ jobs:
run: |
gh release create "$tag" \
--repo="$GITHUB_REPOSITORY" \
--title="${tag#v}" \
--title="${GITHUB_REPOSITORY#*/} ${tag#v}" \
--generate-notes

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.29'
USER_AGENT: Final = 'github.com/jdejaegh/irm-kmi-ha 0.2.28'

View file

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

View file

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