diff --git a/changelog b/changelog index a84fa312..1e16d8bd 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,6 @@ aarlo/pyaarlo +0.7.4: + Remove the beta because 0.8.1 alpha coming. 0.7.4b20: Add pro 5 support. 0.7.4b19: diff --git a/custom_components.json b/custom_components.json index 21e6d911..5881ecc4 100644 --- a/custom_components.json +++ b/custom_components.json @@ -1,6 +1,6 @@ { "aarlo": { - "version": "0.7.4b20", + "version": "0.7.4", "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", @@ -18,7 +18,7 @@ ] }, "pyaarlo": { - "version": "0.7.4b20", + "version": "0.7.4", "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", diff --git a/custom_components/aarlo/__init__.py b/custom_components/aarlo/__init__.py index 1260cad7..d3081892 100644 --- a/custom_components/aarlo/__init__.py +++ b/custom_components/aarlo/__init__.py @@ -33,7 +33,7 @@ SIREN_STATE_KEY ) -__version__ = "0.7.4b20" +__version__ = "0.7.4" _LOGGER = logging.getLogger(__name__) diff --git a/custom_components/aarlo/manifest.json b/custom_components/aarlo/manifest.json index 3ea0d2b2..37d44694 100644 --- a/custom_components/aarlo/manifest.json +++ b/custom_components/aarlo/manifest.json @@ -7,5 +7,5 @@ "iot_class": "cloud_push", "issue_tracker": "https://github.com/twrecked/hass-aarlo/issues", "requirements": ["unidecode","cloudscraper>=1.2.71", "paho-mqtt"], - "version": "0.7.4b20" + "version": "0.7.4" } diff --git a/custom_components/aarlo/pyaarlo/__init__.py b/custom_components/aarlo/pyaarlo/__init__.py index bc2a231f..363f966e 100644 --- a/custom_components/aarlo/pyaarlo/__init__.py +++ b/custom_components/aarlo/pyaarlo/__init__.py @@ -45,7 +45,7 @@ _LOGGER = logging.getLogger("pyaarlo") -__version__ = "0.7.4b20" +__version__ = "0.7.4" class PyArlo(object):