Skip to content

Commit b0f0eb2

Browse files
committed
publish 1.7.2
1 parent b1781df commit b0f0eb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

qcloud_cos/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
__version__ = '5.1.7.1'
2+
__version__ = '5.1.7.2'

ut/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ def test_list_multipart_uploads():
640640

641641
def test_upload_file_from_buffer():
642642
import io
643-
data = io.BytesIO(6*1024*1024*'A')
643+
data = io.BytesIO(6*1024*1024*b'A')
644644
response = client.upload_file_from_buffer(
645645
Bucket=test_bucket,
646646
Key='test_upload_from_buffer',

0 commit comments

Comments
 (0)