Skip to content

Commit 7f3f20f

Browse files
committed
Bump version to 1.16.2 and update release notes
1 parent 3abdb0c commit 7f3f20f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

RELEASE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# RELEASE NOTES
22

3+
## v1.16.2 - Invalid JSON Handling
4+
5+
* Handle invalid binary data in the JSON from the device better by @uzlonewolf in https://github.com/jasonacox/tinytuya/pull/607 re: #606
6+
37
## v1.16.1 - Scanner Error Handling
48

59
* Adds error handling for cases when the scanner broadcasts fails by @x011 in https://github.com/jasonacox/tinytuya/pull/585 and @uzlonewolf in https://github.com/jasonacox/tinytuya/pull/587

tinytuya/core/core.py

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

87-
version_tuple = (1, 16, 1)
87+
version_tuple = (1, 16, 2)
8888
version = __version__ = "%d.%d.%d" % version_tuple
8989
__author__ = "jasonacox"
9090

0 commit comments

Comments
 (0)