From 7208a57841c49c44a037e2538e1891383b0ecae5 Mon Sep 17 00:00:00 2001 From: deadman96385 Date: Sun, 15 Dec 2024 18:49:29 -0600 Subject: [PATCH] Bump version to 1.3.10 --- CHANGELOG.md | 5 +++++ setup.cfg | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a19b7fc..6ec8030 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,3 +36,8 @@ Added several small improvements, leaving the package in a reasonable usable sta ## 1.3.9 2024-12-14 - Use logger instead of print to avoid log spew. The log level is configurable via the command line. + +## 1.3.10 2024-12-15 +- add product name info and capabilities for Halo Home Light Adapter +- add product name info and capabilities for Halo Home Lamp Dimmer +- add product name info and capabilities for Halo Home Recessed Downlight (RL) diff --git a/setup.cfg b/setup.cfg index f33f6e2..ff68222 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = avionmqtt -version = 1.3.9 +version = 1.3.10 author = Sean Kinsey author_email = oyvind@kinsey.no description = A python library to bridge between Avi-on based lights and Home Assistant using MQTT @@ -27,4 +27,4 @@ install_requires = aiomqtt ~=2.3.0 [options.packages.find] -where = src \ No newline at end of file +where = src