From eba7d13188f893be67ded0cb9a29e499f84e88a5 Mon Sep 17 00:00:00 2001 From: Steve Herrell <47094394+twrecked@users.noreply.github.com> Date: Wed, 1 May 2024 22:26:52 -0400 Subject: [PATCH] Move from beta... (#930) --- changelog | 2 ++ custom_components/aarlo/__init__.py | 2 +- custom_components/aarlo/manifest.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/changelog b/changelog index c4ec5f53..f9a0ae12 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,6 @@ aarlo +0.8.1 + Move out of beta. It has been long enough... 0.8.1b15 Bump pyaarlo revision to bring in MQTT server detection. 0.8.1b14 diff --git a/custom_components/aarlo/__init__.py b/custom_components/aarlo/__init__.py index 6c3e47ae..5336d3cf 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.1b15" +__version__ = "0.8.1" _LOGGER = logging.getLogger(__name__) diff --git a/custom_components/aarlo/manifest.json b/custom_components/aarlo/manifest.json index e115107a..56442846 100644 --- a/custom_components/aarlo/manifest.json +++ b/custom_components/aarlo/manifest.json @@ -15,5 +15,5 @@ "unidecode", "pyaarlo>=0.8.0.6" ], - "version": "0.8.1b14" + "version": "0.8.1" }