Skip to content

Commit

Permalink
Merge pull request #65 from coaku/feature/b_xzk_change_version
Browse files Browse the repository at this point in the history
upadte version to release to pypi
  • Loading branch information
longshanksmo committed Aug 2, 2013
2 parents ad1a9b5 + b6d244f commit 8f2b361
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
@@ -1,12 +1,19 @@
## CHANGE LOG

### v6.1.2

2013-08-01 issue [#63](https://github.com/qiniu/python-sdk/pull/63) [#64](https://github.com/qiniu/python-sdk/pull/64)

- 修复在Windows环境下put_file无法读取文件的bug
- 修复在Windows环境下创建临时文件的权限问题
- 修复在Windows环境下对二进制文件计算crc32的bug

### v6.1.1

2013-07-05 issue [#60](https://github.com/qiniu/python-sdk/pull/60)

- 整理文档


### v6.1.0

2013-07-03 issue [#58](https://github.com/qiniu/python-sdk/pull/58)
Expand Down
2 changes: 1 addition & 1 deletion qiniu/__init__.py
Expand Up @@ -7,4 +7,4 @@
'''

# -*- coding: utf-8 -*-
__version__ = '6.1.1'
__version__ = '6.1.2'

0 comments on commit 8f2b361

Please sign in to comment.