Skip to content

Commit 0fafbaa

Browse files
committed
release: v0.5.0
1 parent 52822e3 commit 0fafbaa

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## [v0.5.0] - 2022-10-
3+
## [v0.5.0] - 2022-10-12
44

55
增加物联网云API。
66

examples/iotcloud/iotcloud_example.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
"""
2+
3+
"""
4+
5+
6+
def main():
7+
pass
8+
9+
10+
if __name__ == '__main__':
11+
main()

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "qcloud-sdk-py"
77
description = "Python SDK for TencentCloud"
88
authors = [{name = "QuantTide Inc.", email = "opensource@quanttide.com"}]
9-
version = "0.5.0-beta.1"
9+
version = "0.5.0"
1010
classifiers = [
1111
"Programming Language :: Python :: 3",
1212
]

0 commit comments

Comments
 (0)