File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11# RELEASE NOTES
22
3+ ## v1.12.0 - Zigbee Gateway Updates
4+
5+ * PyPI 1.12.0
6+ * Improve detect_available_dps() function by @nyok92 in https://github.com/jasonacox/tinytuya/pull/294
7+ * Tighten up parent device detection in the Wizard by @uzlonewolf in https://github.com/jasonacox/tinytuya/pull/296
8+ * Updates for Zigbee Gateway sub-device usage by @uzlonewolf in https://github.com/jasonacox/tinytuya/pull/298
9+
310## v1.11.0 - Cloud Device Listing
411
512* PyPI 1.11.0
Original file line number Diff line number Diff line change 8686# Colorama terminal color capability for all platforms
8787init ()
8888
89- version_tuple = (1 , 11 , 0 )
89+ version_tuple = (1 , 12 , 0 )
9090version = __version__ = "%d.%d.%d" % version_tuple
9191__author__ = "jasonacox"
9292
You can’t perform that action at this time.
0 commit comments