Skip to content

Commit

Permalink
Using forked dependency for fixed paho version
Browse files Browse the repository at this point in the history
(manual) Version bump
  • Loading branch information
rgriffogoes committed Mar 4, 2024
1 parent 92fd39f commit 3560426
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,5 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/

log.txt
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ Note device.py mounting and environment parameters.

##### Changelog

###### Version: 0.3.2
- updating codebase from original (TD22057) with minor logging fixes, improved Device attributes and versioning
- using insteon-mqtt with fixed Paho client to avoid Paho 2 breaking changes (f1d094)

###### Version: 0.3.1
- Adding Device attribute in discovery (sn3ak)
- Adding codeql in repo workflow
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pyyaml>=3
Jinja2>=2.1
alarmdecoder
git+https://github.com/TD22057/insteon-mqtt#egg=insteon-mqtt
git+https://github.com/f1d094/insteon-mqtt_with_paho-mqtt-1.6.1#egg=insteon-mqtt
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name = 'ad-mqtt',
version = '0.3.0',
version = '0.3.2',
description = "Alarm Decoder <-> MQTT bridge server",
long_description = readme,
author = "Ted Drain",
Expand Down

0 comments on commit 3560426

Please sign in to comment.