We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06bf904 commit 1e8c982Copy full SHA for 1e8c982
RELEASE.md
@@ -1,5 +1,11 @@
1
# RELEASE NOTES
2
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
9
## v1.12.5 - Scanner Update
10
11
* PyPI 1.12.5
tinytuya/core.py
@@ -87,7 +87,7 @@
87
# Colorama terminal color capability for all platforms
88
init()
89
90
-version_tuple = (1, 12, 5)
+version_tuple = (1, 12, 6)
91
version = __version__ = "%d.%d.%d" % version_tuple
92
__author__ = "jasonacox"
93
0 commit comments