Skip to content

Commit

Permalink
bumped revision
Browse files Browse the repository at this point in the history
  • Loading branch information
twrecked committed Sep 9, 2019
1 parent bfd4e9a commit 5245714
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
0.0.2: Added manifest to aarlo

aarlo:
0.5.10: add video_url to status
0.5.9: mirror pyaarlo version
0.5.8: mirror pyaarlo version
0.5.7: fixed crash in handle_async_mjpeg_stream
Expand All @@ -27,6 +28,7 @@ aarlo:
0.0.4: mirror pyaarlo version

pyaarlo:
0.5.10: mirror aarlo version
0.5.9: get devices after login
0.5.8: improved exception reporting
0.5.7: mirror aarlo version
Expand Down
4 changes: 2 additions & 2 deletions custom_components.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"aarlo": {
"version": "0.5.9",
"version": "0.5.10",
"local_location": "/custom_components/aarlo/__init__.py",
"remote_location": "https://raw.githubusercontent.com/twrecked/hass-aarlo/master/custom_components/aarlo/__init__.py",
"visit_repo": "https://github.com/twrecked/hass-aarlo",
Expand All @@ -15,7 +15,7 @@
]
},
"pyaarlo": {
"version": "0.5.9",
"version": "0.5.10",
"local_location": "/custom_components/aarlo/pyaarlo/__init__.py",
"remote_location": "https://raw.githubusercontent.com/twrecked/hass-aarlo/master/custom_components/aarlo/pyaarlo/__init__.py",
"visit_repo": "https://github.com/twrecked/hass-aarlo",
Expand Down
2 changes: 1 addition & 1 deletion custom_components/aarlo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from homeassistant.const import (
CONF_USERNAME, CONF_PASSWORD, CONF_SCAN_INTERVAL)

__version__ = '0.5.9'
__version__ = '0.5.10'

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion custom_components/aarlo/pyaarlo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

_LOGGER = logging.getLogger('pyaarlo')

__version__ = '0.5.9'
__version__ = '0.5.10'

class PyArlo(object):

Expand Down

0 comments on commit 5245714

Please sign in to comment.