From 76dd8466160084559e8eb56354934235e0c7b6e1 Mon Sep 17 00:00:00 2001 From: Erik Hendrix Date: Sun, 17 Oct 2021 10:50:07 -0600 Subject: [PATCH] v0.2.8 --- README.rst | 2 ++ aioharmony/__version__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 657f215..e3c46c6 100755 --- a/README.rst +++ b/README.rst @@ -176,6 +176,8 @@ Release Notes - Fixed: Registered handlers would not be unregistered after a timeout when sending commands to HUB. - Updated slixmpp from >= 1.5.2 to >= 1.7.0 - Updated aiohttp from >= 3.4 to 3.7.3 +0.2.8 + - Changed: Get remote_id from Hub without creating websocket connection TODO diff --git a/aioharmony/__version__.py b/aioharmony/__version__.py index 94abaec..93de59e 100644 --- a/aioharmony/__version__.py +++ b/aioharmony/__version__.py @@ -1 +1 @@ -__version__ = '0.2.7' \ No newline at end of file +__version__ = '0.2.8' \ No newline at end of file