mirror of
https://github.com/jdejaegh/irm-kmi-ha.git
synced 2025-06-27 11:39:26 +02:00
Compare commits
No commits in common. "fbab30e33fafc305f64069da2d74ef87a8d3c2dd" and "0776cff6d6409657219bc9d0d31ffd75feaf561d" have entirely different histories.
fbab30e33f
...
0776cff6d6
5 changed files with 4 additions and 5 deletions
1
.github/workflows/pytest.yml
vendored
1
.github/workflows/pytest.yml
vendored
|
@ -3,7 +3,6 @@ name: Run Python tests
|
|||
on:
|
||||
push:
|
||||
pull_request:
|
||||
workflow_call:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -23,5 +23,5 @@ jobs:
|
|||
run: |
|
||||
gh release create "$tag" \
|
||||
--repo="$GITHUB_REPOSITORY" \
|
||||
--title="${tag#v}" \
|
||||
--title="${GITHUB_REPOSITORY#*/} ${tag#v}" \
|
||||
--generate-notes
|
|
@ -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'
|
|
@ -12,5 +12,5 @@
|
|||
"svgwrite==1.4.3",
|
||||
"aiofile==3.9.0"
|
||||
],
|
||||
"version": "0.2.29"
|
||||
"version": "0.2.28"
|
||||
}
|
|
@ -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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue