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 3a42fbf commit a2edffdCopy full SHA for a2edffd
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# CHANGELOG
2
3
+## [v0.4.3] - 2022-10-11
4
+
5
+开源仓库到GitHub。
6
7
+### Features
8
9
+- 发布到[PyPI](https://pypi.org/project/qcloud-sdk-py)。
10
+- 发布文档到[GitHub Pages](https://quanttide.github.io/qcloud-sdk-py/)
11
12
## [v0.4.2] - 2022-10-03
13
14
(不兼容更新)增加对象存储API。
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "qcloud-sdk-py"
description = "Python SDK for TencentCloud"
authors = [{name = "QuantTide Inc.", email = "opensource@quanttide.com"}]
-version = "0.4.3-beta.2"
+version = "0.4.3"
classifiers = [
"Programming Language :: Python :: 3",
]
0 commit comments