Skip to content

Commit cd9fc27

Browse files
committed
Version v1.6.0
1 parent e270237 commit cd9fc27

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

RELEASE.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
* IPv6 Support - Use socket.getaddrinfo() for AF_INET & AF_INET6
66
* Add function to send multiple DPS index updates with one call
77

8-
## v1.5.1 - Colorama for Terminal Color
8+
## v1.6.0 - Colorama for Terminal Color
99

10-
* PyPI 1.5.1
11-
* Added [colorama](https://github.com/tartley/colorama) terminal color capability for all platforms including Windows and stdout redirects
10+
* PyPI 1.6.0
11+
* Add [colorama](https://github.com/tartley/colorama) terminal color capability for all platforms including MS Windows and stdout redirects
12+
* Fix to allow setting socket options to existing open sockets by @uzlonewolf in https://github.com/jasonacox/tinytuya/pull/140
1213
* BETA: Started standalone TinyTuya API Server ([see here](https://github.com/jasonacox/tinytuya/tree/master/server#tinytuya-api-server)). No change to core library.
1314

1415
## v1.5.0 - Add 'nowait' Option to Commands

tinytuya/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
# Colorama terminal color capability for all platforms
120120
init()
121121

122-
version_tuple = (1, 5, 1)
122+
version_tuple = (1, 6, 0)
123123
version = __version__ = "%d.%d.%d" % version_tuple
124124
__author__ = "jasonacox"
125125

0 commit comments

Comments
 (0)