Skip to content

Commit 26c94df

Browse files
authored
Move to beta (#54)
1 parent 4805502 commit 26c94df

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

changelog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
0.8.0b1: move into beta...
12
0.8.0a3: save device tracker location
23
0.8.0a2: added locking/unlocking state to locks
34
0.8.0a1: Added state restore to all but device tracker.

custom_components/virtual/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
COMPONENT_SERVICES
1717
)
1818

19-
__version__ = '0.8.0a3'
19+
__version__ = '0.8.0b1'
2020

2121
_LOGGER = logging.getLogger(__name__)
2222

custom_components/virtual/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"codeowners": [
77
"@twrecked"
88
],
9-
"version": "0.8.0a3",
9+
"version": "0.8.0b1",
1010
"iot_class": "local_push"
1111
}

0 commit comments

Comments
 (0)