Skip to content

Commit aaec061

Browse files
committed
v1.12.0 release
1 parent 03e1f05 commit aaec061

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

RELEASE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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

tinytuya/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
# Colorama terminal color capability for all platforms
8787
init()
8888

89-
version_tuple = (1, 11, 0)
89+
version_tuple = (1, 12, 0)
9090
version = __version__ = "%d.%d.%d" % version_tuple
9191
__author__ = "jasonacox"
9292

0 commit comments

Comments
 (0)