Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
twrecked committed Sep 10, 2019
1 parent 5f2f948 commit b6bd8dc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion changelog
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
0.0.1: Initial version
m ch 0.0.1: Initial version
0.0.2: Added manifest to aarlo

aarlo:
0.5.11: add save video request
0.5.10: add video_url to status
0.5.9: mirror pyaarlo version
0.5.8: mirror pyaarlo version
Expand All @@ -28,6 +29,7 @@ aarlo:
0.0.4: mirror pyaarlo version

pyaarlo:
0.5.11: add save video request
0.5.10: mirror aarlo version
0.5.9: get devices after login
0.5.8: improved exception reporting
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.10",
"version": "0.5.11",
"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.10",
"version": "0.5.11",
"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.10'
__version__ = '0.5.11'

_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.10'
__version__ = '0.5.11'

class PyArlo(object):

Expand Down

0 comments on commit b6bd8dc

Please sign in to comment.