Skip to content

Commit

Permalink
Merge pull request #140 from jayzhenghan/master
Browse files Browse the repository at this point in the history
update version to 1.8.7
  • Loading branch information
dt3310321 authored Nov 3, 2020
2 parents 00303d7 + 7e55a11 commit ef2b5d9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qcloud_cos/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

__version__ = '5.1.8.6'
__version__ = '5.1.8.7'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def long_description():

setup(
name='cos-python-sdk-v5',
version='1.8.6',
version='1.8.7',
url='https://www.qcloud.com/',
license='MIT',
author='tiedu, lewzylu, channingliu',
Expand Down
6 changes: 6 additions & 0 deletions ut/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -947,6 +947,12 @@ def test_put_get_delete_bucket_domain():
},
]
}

response = client.delete_bucket_domain(
Bucket=test_bucket
)

time.sleep(2)
response = client.put_bucket_domain(
Bucket=test_bucket,
DomainConfiguration=domain_config
Expand Down

0 comments on commit ef2b5d9

Please sign in to comment.