diff --git a/changelog b/changelog index f6a75639..45044c85 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,6 @@ aarlo +0.8.1a12 + Bump pyaarlo revision 0.8.1a11 Remove deprecated constants. Fixed setup code. diff --git a/custom_components/aarlo/__init__.py b/custom_components/aarlo/__init__.py index a0f0af2c..e306045d 100644 --- a/custom_components/aarlo/__init__.py +++ b/custom_components/aarlo/__init__.py @@ -53,7 +53,7 @@ from .cfg import BlendedCfg, PyaarloCfg -__version__ = "0.8.1a11" +__version__ = "0.8.1a12" _LOGGER = logging.getLogger(__name__) diff --git a/custom_components/aarlo/manifest.json b/custom_components/aarlo/manifest.json index ab9bee25..b338602f 100644 --- a/custom_components/aarlo/manifest.json +++ b/custom_components/aarlo/manifest.json @@ -13,7 +13,7 @@ "issue_tracker": "https://github.com/twrecked/hass-aarlo/issues", "requirements": [ "unidecode", - "pyaarlo>=0.8.0.2" + "pyaarlo>=0.8.0.3" ], - "version": "0.8.1a11" + "version": "0.8.1a12" }