Skip to content

Commit

Permalink
Merge pull request #90 from aliyun/fix-issues-64
Browse files Browse the repository at this point in the history
release 2.3.4
  • Loading branch information
baiyubin2020 authored Sep 18, 2017
2 parents f4c5503 + 5538a89 commit 5feb109
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.3.4
-------------

- 修复:issue #64 #73 #82 #87


Version 2.3.3
-------------

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.3.3'
__version__ = '2.3.4'

from . import models, exceptions

Expand Down

0 comments on commit 5feb109

Please sign in to comment.