Skip to content

Commit a66ee1b

Browse files
committed
v1.12.3 #324 #326
1 parent dfd278f commit a66ee1b

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.3 - Fix Cloud Device List
4+
5+
* PyPI 1.12.3
6+
* Fix fan_run_time typo in Contrib/ThermostatDevice by @elockman in https://github.com/jasonacox/tinytuya/pull/326
7+
* Cloud device list and Content-Type update by @uzlonewolf in https://github.com/jasonacox/tinytuya/pull/324 Bug Fix for https://github.com/jasonacox/tinytuya/issues/323
8+
39
## v1.12.2 - Gateway/Sub-device Update
410

511
* PyPI 1.12.2

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, 2)
90+
version_tuple = (1, 12, 3)
9191
version = __version__ = "%d.%d.%d" % version_tuple
9292
__author__ = "jasonacox"
9393

0 commit comments

Comments
 (0)