Skip to content

Commit e1f40b8

Browse files
authored
Set the pyaarlo version. (#1059)
1 parent 63df2aa commit e1f40b8

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

changelog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
aarlo
2+
0.8.1.17
3+
workaround a self-inflicted pypi issue
24
0.8.1.16
35
Use pyaarlo with "trusted browser" support, fix for push
46
0.8.1.15

custom_components/aarlo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
from .cfg import BlendedCfg, PyaarloCfg
5454

5555

56-
__version__ = "0.8.1.16"
56+
__version__ = "0.8.1.17"
5757

5858
_LOGGER = logging.getLogger(__name__)
5959

custom_components/aarlo/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"issue_tracker": "https://github.com/twrecked/hass-aarlo/issues",
1414
"requirements": [
1515
"unidecode",
16-
"pyaarlo>=0.8.0.16",
16+
"pyaarlo==0.8.0.17",
1717
"aiofiles"
1818
],
19-
"version": "0.8.1.16"
19+
"version": "0.8.1.17"
2020
}

0 commit comments

Comments
 (0)