Skip to content

Commit

Permalink
release 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
huiguangjun committed Apr 23, 2020
1 parent e55240a commit bf43549
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ OSS SDK for Python 版本记录

Python SDK的版本号遵循 `Semantic Versioning <http://semver.org/>`_ 规则。

Version 2.10.0
-------------
- 增加:冷归档设置接口
- 增加:清单设置接口
- 优化:GetBucketInfo api 兼容低版本后台服务

Version 2.9.1
-------------
- 增加:异步fetch 接口
Expand Down
2 changes: 1 addition & 1 deletion oss2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '2.9.1'
__version__ = '2.10.0'

from . import models, exceptions

Expand Down

0 comments on commit bf43549

Please sign in to comment.