Skip to content

Commit 8f2b361

Browse files
committed
Merge pull request #65 from coaku/feature/b_xzk_change_version
upadte version to release to pypi
2 parents ad1a9b5 + b6d244f commit 8f2b361

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
## CHANGE LOG
22

3+
### v6.1.2
4+
5+
2013-08-01 issue [#63](https://github.com/qiniu/python-sdk/pull/63) [#64](https://github.com/qiniu/python-sdk/pull/64)
6+
7+
- 修复在Windows环境下put_file无法读取文件的bug
8+
- 修复在Windows环境下创建临时文件的权限问题
9+
- 修复在Windows环境下对二进制文件计算crc32的bug
10+
311
### v6.1.1
412

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

715
- 整理文档
816

9-
1017
### v6.1.0
1118

1219
2013-07-03 issue [#58](https://github.com/qiniu/python-sdk/pull/58)

qiniu/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
'''
88

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

0 commit comments

Comments
 (0)