Skip to content

Commit 0bd58ef

Browse files
committed
release 2.15.0
1 parent 9f9ffd2 commit 0bd58ef

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ OSS SDK for Python 版本记录
33

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

6+
Version 2.15.0
7+
-------------
8+
- 增加:支持 transfer acceleration
9+
- 增加:支持 http proxy
10+
611
Version 2.14.0
712
-------------
813
- 增加:支持 credentials provider 机制

oss2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '2.14.0'
1+
__version__ = '2.15.0'
22

33
from . import models, exceptions, defaults
44

0 commit comments

Comments
 (0)