From c56230381f7c0a413c54430a47ad73aff9f86e38 Mon Sep 17 00:00:00 2001 From: Steve Herrell <47094394+twrecked@users.noreply.github.com> Date: Sun, 17 Mar 2024 10:47:54 -0400 Subject: [PATCH] Bump pyaarlo revision... (#902) --- changelog | 2 ++ custom_components/aarlo/__init__.py | 2 +- custom_components/aarlo/manifest.json | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/changelog b/changelog index 45044c85..e0a911dc 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,6 @@ aarlo +0.8.1b13 + Bump pyaarlo revision 0.8.1a12 Bump pyaarlo revision 0.8.1a11 diff --git a/custom_components/aarlo/__init__.py b/custom_components/aarlo/__init__.py index e306045d..f2511d4f 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.1a12" +__version__ = "0.8.1b13" _LOGGER = logging.getLogger(__name__) diff --git a/custom_components/aarlo/manifest.json b/custom_components/aarlo/manifest.json index b338602f..6621ec5b 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.3" + "pyaarlo>=0.8.0.4" ], - "version": "0.8.1a12" + "version": "0.8.1b13" }