Skip to content

Commit c70e3a5

Browse files
committed
Update release notes for v1.16.1 and increment version number to include scanner error handling improvements
1 parent fcee737 commit c70e3a5

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.1 - Scanner Error Handling
4+
5+
* 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
6+
37
## v1.16.0 - Code Refactoring
48

59
* This update refactors core.py by splitting it up into smaller, more logical files. It puts it in a `core` directory, so existing code that imports from `tinytuya.core` should be unaffected.

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, 0)
87+
version_tuple = (1, 16, 1)
8888
version = __version__ = "%d.%d.%d" % version_tuple
8989
__author__ = "jasonacox"
9090

0 commit comments

Comments
 (0)