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 99de76d commit 0134cdfCopy full SHA for 0134cdf
CHANGELOG.rst
@@ -3,6 +3,10 @@ OSS SDK for Python 版本记录
3
4
Python SDK的版本号遵循 `Semantic Versioning <http://semver.org/>`_ 规则。
5
6
+Version 2.18.3
7
+-------------
8
+- 增加:write_get_object_response 接口
9
+
10
Version 2.18.2
11
-------------
12
- 增加:支持path-style 请求模式
oss2/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '2.18.2'
+__version__ = '2.18.3'
2
from . import models, exceptions, defaults
0 commit comments