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 e1fa35d commit 4a82f6bCopy full SHA for 4a82f6b
CHANGELOG.rst
@@ -3,6 +3,10 @@ OSS SDK for Python 版本记录
3
4
Python SDK的版本号遵循 `Semantic Versioning <http://semver.org/>`_ 规则。
5
6
+Version 2.13.1
7
+-------------
8
+- 优化:修复 FileLikeAdapter 在chunked 上传场景的问题
9
+
10
Version 2.13.0
11
-------------
12
- 增加:支持 bucket worm
oss2/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '2.13.0'
+__version__ = '2.13.1'
2
from . import models, exceptions, defaults
0 commit comments