Skip to content

Commit

Permalink
Merge pull request #276 from robbinjanssen/rja/bump-version
Browse files Browse the repository at this point in the history
Bump several versions including python-omnikinverter
  • Loading branch information
robbinjanssen authored Jan 3, 2024
2 parents 649357a + 7ef20c0 commit a548732
Show file tree
Hide file tree
Showing 5 changed files with 481 additions and 490 deletions.
2 changes: 1 addition & 1 deletion .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
description: "A breaking change for existing users."
- name: "bugfix"
color: ee0701
description: "Inconsistencies or issues which will cause a problem for users or implementors."
description: "Inconsistencies or issues which will cause a problem for users or implementers."
- name: "documentation"
color: 0052cc
description: "Solely about the documentation of the project."
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Set up Python 3.10
- name: Set up Python 3.11
id: python
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.11'

- name: Set pip cache dir
id: pip-cache
Expand Down
4 changes: 2 additions & 2 deletions custom_components/omnik_inverter/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"iot_class": "local_polling",
"issue_tracker": "https://github.com/robbinjanssen/home-assistant-omnik-inverter/issues",
"requirements": [
"omnikinverter==0.9.0"
"omnikinverter==0.9.1"
],
"version": "2.5.3"
"version": "2.6.3"
}
Loading

0 comments on commit a548732

Please sign in to comment.