Skip to content

Commit 54d650f

Browse files
committed
v1.12.1 placeholder
1 parent 540d1f5 commit 54d650f

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.12.1 - TBD (Unreleased)
4+
5+
* [[tinytuya.Cloud](https://github.com/jasonacox/tinytuya#tuya-cloud-access)] Added cloud `sendcommand()` parameter for URI by @Syrooo in https://github.com/jasonacox/tinytuya/pull/303
6+
37
## v1.12.0 - Zigbee Gateway Updates
48

59
* PyPI 1.12.0

tinytuya/core.py

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

89-
version_tuple = (1, 12, 0)
89+
version_tuple = (1, 12, 1)
9090
version = __version__ = "%d.%d.%d" % version_tuple
9191
__author__ = "jasonacox"
9292

0 commit comments

Comments
 (0)