Skip to content

Commit 1e8c982

Browse files
committed
v1.12.6
1 parent 06bf904 commit 1e8c982

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

RELEASE.md

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

3+
## v1.12.6 - Minor Fixes
4+
5+
* PyPI 1.12.6
6+
* Cloud - Bug Fix KeyError: 'has_more' by @Liborsaf in https://github.com/jasonacox/tinytuya/pull/342
7+
* Add Contrib support for IR+RF devices such as the S11 by @uzlonewolf in https://github.com/jasonacox/tinytuya/pull/343
8+
39
## v1.12.5 - Scanner Update
410

511
* PyPI 1.12.5

tinytuya/core.py

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

90-
version_tuple = (1, 12, 5)
90+
version_tuple = (1, 12, 6)
9191
version = __version__ = "%d.%d.%d" % version_tuple
9292
__author__ = "jasonacox"
9393

0 commit comments

Comments
 (0)