Skip to content

Commit

Permalink
Bump pyaarlo revision.
Browse files Browse the repository at this point in the history
  • Loading branch information
twrecked committed Sep 9, 2024
1 parent 0c8f5bf commit db96ba0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
aarlo
0.8.1.6
Bump pyaarlo version
0.8.1.5
Bump pyaarlo version
0.8.1.4
Expand Down
2 changes: 1 addition & 1 deletion custom_components/aarlo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
from .cfg import BlendedCfg, PyaarloCfg


__version__ = "0.8.1.5"
__version__ = "0.8.1.6"

_LOGGER = logging.getLogger(__name__)

Expand Down
4 changes: 2 additions & 2 deletions custom_components/aarlo/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"issue_tracker": "https://github.com/twrecked/hass-aarlo/issues",
"requirements": [
"unidecode",
"pyaarlo>=0.8.0.9"
"pyaarlo>=0.8.0.10"
],
"version": "0.8.1.5"
"version": "0.8.1.6"
}

0 comments on commit db96ba0

Please sign in to comment.