Skip to content

Commit

Permalink
Bump version to 1.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
deadman96385 authored and oyvindkinsey committed Dec 16, 2024
1 parent df973ce commit 7208a57
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = avionmqtt
version = 1.3.9
version = 1.3.10
author = Sean Kinsey
author_email = [email protected]
description = A python library to bridge between Avi-on based lights and Home Assistant using MQTT
Expand All @@ -27,4 +27,4 @@ install_requires =
aiomqtt ~=2.3.0

[options.packages.find]
where = src
where = src

0 comments on commit 7208a57

Please sign in to comment.