We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4098de0 commit 26895c3Copy full SHA for 26895c3
changelog
@@ -1,4 +1,6 @@
1
aarlo
2
+0.8.1.10
3
+ Add French translations Thanks @SocrateMobile
4
0.8.1.9
5
Remove deprecated constants.
6
0.8.1.8
custom_components/aarlo/__init__.py
@@ -53,7 +53,7 @@
53
from .cfg import BlendedCfg, PyaarloCfg
54
55
56
-__version__ = "0.8.1.9"
+__version__ = "0.8.1.10"
57
58
_LOGGER = logging.getLogger(__name__)
59
custom_components/aarlo/manifest.json
@@ -15,5 +15,5 @@
15
"unidecode",
16
"pyaarlo>=0.8.0.12"
17
],
18
- "version": "0.8.1.9"
+ "version": "0.8.1.10"
19
}
0 commit comments