We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad1a9b5 + b6d244f commit 8f2b361Copy full SHA for 8f2b361
CHANGELOG.md
@@ -1,12 +1,19 @@
1
## CHANGE LOG
2
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
11
### v6.1.1
12
13
2013-07-05 issue [#60](https://github.com/qiniu/python-sdk/pull/60)
14
15
- 整理文档
16
-
17
### v6.1.0
18
19
2013-07-03 issue [#58](https://github.com/qiniu/python-sdk/pull/58)
qiniu/__init__.py
@@ -7,4 +7,4 @@
'''
# -*- coding: utf-8 -*-
-__version__ = '6.1.1'
+__version__ = '6.1.2'
0 commit comments