Skip to content

Commit 26895c3

Browse files
authored
Bump revision. (#1017)
And add a reason...
1 parent 4098de0 commit 26895c3

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
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.10
3+
Add French translations Thanks @SocrateMobile
24
0.8.1.9
35
Remove deprecated constants.
46
0.8.1.8

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.9"
56+
__version__ = "0.8.1.10"
5757

5858
_LOGGER = logging.getLogger(__name__)
5959

custom_components/aarlo/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"unidecode",
1616
"pyaarlo>=0.8.0.12"
1717
],
18-
"version": "0.8.1.9"
18+
"version": "0.8.1.10"
1919
}

0 commit comments

Comments
 (0)