Skip to content

Commit

Permalink
bump revisions
Browse files Browse the repository at this point in the history
  • Loading branch information
twrecked committed Jul 16, 2019
1 parent 801d397 commit 8ae2048
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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.0.17'
__version__ = '0.0.18'

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion 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.0.17'
__version__ = '0.0.18'

class PyArlo(object):

Expand Down
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.0.18: mirror pyaarlo version
0.0.17: Turn siren off when disabling, add siren on/off service calls.
0.0.16: Allow https pool parameters to be customized.
0.0.15: Mode API fixes and optional device list refresh
Expand All @@ -18,6 +19,7 @@ aarlo:
0.0.4: mirror pyaarlo version

pyaarlo:
0.0.18: fix thumbnails disappearing overnight
0.0.17: mirror aarlo version
0.0.16: Allow https pool parameters to be customized.
0.0.15: Mode API fixes and optional device list refresh
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.0.17",
"version": "0.0.18",
"local_location": "/custom_components/aarlo/__init__.py",
"remote_location": "https://raw.githubusercontent.com/twrecked/hass-aarlo/master/aarlo/__init__.py",
"visit_repo": "https://github.com/twrecked/hass-aarlo",
Expand All @@ -15,7 +15,7 @@
]
},
"pyaarlo": {
"version": "0.0.17",
"version": "0.0.18",
"local_location": "/custom_components/aarlo/pyaarlo/__init__.py",
"remote_location": "https://raw.githubusercontent.com/twrecked/hass-aarlo/master/aarlo/pyaarlo/__init__.py",
"visit_repo": "https://github.com/twrecked/hass-aarlo",
Expand Down

0 comments on commit 8ae2048

Please sign in to comment.