Skip to content

Commit

Permalink
v1.12.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonacox committed Mar 12, 2023
1 parent 03e1f05 commit aaec061
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# RELEASE NOTES

## v1.12.0 - Zigbee Gateway Updates

* PyPI 1.12.0
* Improve detect_available_dps() function by @nyok92 in https://github.com/jasonacox/tinytuya/pull/294
* Tighten up parent device detection in the Wizard by @uzlonewolf in https://github.com/jasonacox/tinytuya/pull/296
* Updates for Zigbee Gateway sub-device usage by @uzlonewolf in https://github.com/jasonacox/tinytuya/pull/298

## v1.11.0 - Cloud Device Listing

* PyPI 1.11.0
Expand Down
2 changes: 1 addition & 1 deletion tinytuya/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
# Colorama terminal color capability for all platforms
init()

version_tuple = (1, 11, 0)
version_tuple = (1, 12, 0)
version = __version__ = "%d.%d.%d" % version_tuple
__author__ = "jasonacox"

Expand Down

0 comments on commit aaec061

Please sign in to comment.