We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e5c42b commit ebf5499Copy full SHA for ebf5499
changelog
@@ -1,3 +1,5 @@
1
+0.9.1:
2
+ (Finally!) Move out of beta.
3
0.9.0b18:
4
The last beta...
5
Added virtual numbers; thanks@olegtarasov
custom_components/virtual/__init__.py
@@ -30,7 +30,7 @@
30
from .cfg import BlendedCfg, UpgradeCfg
31
32
33
-__version__ = '0.9.0b18'
+__version__ = '0.9.1'
34
35
_LOGGER = logging.getLogger(__name__)
36
custom_components/virtual/manifest.json
@@ -8,5 +8,5 @@
8
"documentation": "https://github.com/twrecked/hass-virtual/blob/master/README.md",
9
"iot_class": "local_push",
10
"issue_tracker": "https://github.com/twrecked/hass-virtual/issues",
11
- "version": "0.9.0b18"
+ "version": "0.9.1"
12
}
0 commit comments