Skip to content

Commit

Permalink
enable_https changes to False (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchang0812 authored Nov 14, 2016
1 parent d1f8248 commit f60a808
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
0.0.6 add tj region, enable_https changes to False
0.0.5 Optimization for uploadding file
0.0.4 Add traceback information, Add default logging handler
4 changes: 2 additions & 2 deletions CONTRIBUTING
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

Thanks for your contribution, please make sure of following:

1. Your code should be PEP8.
1. Your code should pass travis CI.
1. Your code should follows PEP8 style.
1. Your code should passes travis CI.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
sys.exit('Sorry, only python 2.6 or 2.7 is supported')

setup(name='qcloud_cos_v4',
version='0.0.5',
version='0.0.6',
description='python sdk for tencent qcloud cos v4.0',
long_description=open('README.rst', 'r').read(),
license='MIT License',
Expand Down

0 comments on commit f60a808

Please sign in to comment.