From 8eb4cd02c75a96a23feb6bb7decc3f2bf49eb6e5 Mon Sep 17 00:00:00 2001 From: Erik Hendrix Date: Mon, 10 Jan 2022 07:46:21 -0700 Subject: [PATCH] Bump to 0.2.9 --- README.rst | 3 ++- aioharmony/__version__.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index e3c46c6..307a75f 100755 --- a/README.rst +++ b/README.rst @@ -178,7 +178,8 @@ Release Notes - Updated aiohttp from >= 3.4 to 3.7.3 0.2.8 - Changed: Get remote_id from Hub without creating websocket connection - +0.2.9 + - Fixed: Fixed exception in Pythin 3.10 by removing loop parameter (swolix) TODO ---- diff --git a/aioharmony/__version__.py b/aioharmony/__version__.py index 93de59e..75cf783 100644 --- a/aioharmony/__version__.py +++ b/aioharmony/__version__.py @@ -1 +1 @@ -__version__ = '0.2.8' \ No newline at end of file +__version__ = "0.2.9"