Skip to content

Commit

Permalink
release 3.0.62 source code for python
Browse files Browse the repository at this point in the history
  • Loading branch information
Huaweicloud-SDK committed Sep 24, 2021
1 parent ee9b6cd commit e3f4ead
Show file tree
Hide file tree
Showing 89 changed files with 1,278 additions and 79 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 3.0.62 2021-09-24

### HuaweiCloud SDK Live

- _Features_
- None
- _Bug Fix_
- Fix the issue that the interface `ListRecordContents` cannot be found.
- _Change_
- None

# 3.0.61 2021-09-24

### HuaweiCloud SDK BSS
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 3.0.62 2021-09-24

### HuaweiCloud SDK Live

- _新增特性_
-
- _解决问题_
- 修复找不到接口`ListRecordContents`的问题
- _特性变更_
-

# 3.0.61 2021-09-24

### HuaweiCloud SDK BSS
Expand Down
2 changes: 1 addition & 1 deletion examples/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from setuptools import setup, find_packages

NAME = "huaweicloudsdkexample"
VERSION = "3.0.61"
VERSION = "3.0.62"
AUTHOR = "HuaweiCloud SDK"
AUTHOR_EMAIL = "hwcloudsdk@huawei.com"
URL = "https://github.com/huaweicloud/huaweicloud-sdk-python-v3"
Expand Down
2 changes: 1 addition & 1 deletion huaweicloud-sdk-antiddos/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "huaweicloudsdkantiddos"
VERSION = "3.0.61"
VERSION = "3.0.62"
AUTHOR = "HuaweiCloud SDK"
AUTHOR_EMAIL = "hwcloudsdk@huawei.com"
URL = "https://github.com/huaweicloud/huaweicloud-sdk-python-v3"
Expand Down
2 changes: 1 addition & 1 deletion huaweicloud-sdk-aom/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "huaweicloudsdkaom"
VERSION = "3.0.61"
VERSION = "3.0.62"
AUTHOR = "HuaweiCloud SDK"
AUTHOR_EMAIL = "hwcloudsdk@huawei.com"
URL = "https://github.com/huaweicloud/huaweicloud-sdk-python-v3"
Expand Down
2 changes: 1 addition & 1 deletion huaweicloud-sdk-apig/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "huaweicloudsdkapig"
VERSION = "3.0.61"
VERSION = "3.0.62"
AUTHOR = "HuaweiCloud SDK"
AUTHOR_EMAIL = "hwcloudsdk@huawei.com"
URL = "https://github.com/huaweicloud/huaweicloud-sdk-python-v3"
Expand Down
2 changes: 1 addition & 1 deletion huaweicloud-sdk-as/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "huaweicloudsdkas"
VERSION = "3.0.61"
VERSION = "3.0.62"
AUTHOR = "HuaweiCloud SDK"
AUTHOR_EMAIL = "hwcloudsdk@huawei.com"
URL = "https://github.com/huaweicloud/huaweicloud-sdk-python-v3"
Expand Down
2 changes: 1 addition & 1 deletion huaweicloud-sdk-bcs/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "huaweicloudsdkbcs"
VERSION = "3.0.61"
VERSION = "3.0.62"
AUTHOR = "HuaweiCloud SDK"
AUTHOR_EMAIL = "hwcloudsdk@huawei.com"
URL = "https://github.com/huaweicloud/huaweicloud-sdk-python-v3"
Expand Down
2 changes: 1 addition & 1 deletion huaweicloud-sdk-bms/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "huaweicloudsdkbms"
VERSION = "3.0.61"
VERSION = "3.0.62"
AUTHOR = "HuaweiCloud SDK"
AUTHOR_EMAIL = "hwcloudsdk@huawei.com"
URL = "https://github.com/huaweicloud/huaweicloud-sdk-python-v3"
Expand Down
2 changes: 1 addition & 1 deletion huaweicloud-sdk-bss/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "huaweicloudsdkbss"
VERSION = "3.0.61"
VERSION = "3.0.62"
AUTHOR = "HuaweiCloud SDK"
AUTHOR_EMAIL = "hwcloudsdk@huawei.com"
URL = "https://github.com/huaweicloud/huaweicloud-sdk-python-v3"
Expand Down
2 changes: 1 addition & 1 deletion huaweicloud-sdk-bssintl/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "huaweicloudsdkbssintl"
VERSION = "3.0.61"
VERSION = "3.0.62"
AUTHOR = "HuaweiCloud SDK"
AUTHOR_EMAIL = "hwcloudsdk@huawei.com"
URL = "https://github.com/huaweicloud/huaweicloud-sdk-python-v3"
Expand Down
2 changes: 1 addition & 1 deletion huaweicloud-sdk-cbr/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "huaweicloudsdkcbr"
VERSION = "3.0.61"
VERSION = "3.0.62"
AUTHOR = "HuaweiCloud SDK"
AUTHOR_EMAIL = "hwcloudsdk@huawei.com"
URL = "https://github.com/huaweicloud/huaweicloud-sdk-python-v3"
Expand Down
2 changes: 1 addition & 1 deletion huaweicloud-sdk-cbs/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "huaweicloudsdkcbs"
VERSION = "3.0.61"
VERSION = "3.0.62"
AUTHOR = "HuaweiCloud SDK"
AUTHOR_EMAIL = "hwcloudsdk@huawei.com"
URL = "https://github.com/huaweicloud/huaweicloud-sdk-python-v3"
Expand Down
2 changes: 1 addition & 1 deletion huaweicloud-sdk-cce/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "huaweicloudsdkcce"
VERSION = "3.0.61"
VERSION = "3.0.62"
AUTHOR = "HuaweiCloud SDK"
AUTHOR_EMAIL = "hwcloudsdk@huawei.com"
URL = "https://github.com/huaweicloud/huaweicloud-sdk-python-v3"
Expand Down
2 changes: 1 addition & 1 deletion huaweicloud-sdk-ccm/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "huaweicloudsdkccm"
VERSION = "3.0.61"
VERSION = "3.0.62"
AUTHOR = "HuaweiCloud SDK"
AUTHOR_EMAIL = "hwcloudsdk@huawei.com"
URL = "https://github.com/huaweicloud/huaweicloud-sdk-python-v3"
Expand Down
2 changes: 1 addition & 1 deletion huaweicloud-sdk-cdm/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "huaweicloudsdkcdm"
VERSION = "3.0.61"
VERSION = "3.0.62"
AUTHOR = "HuaweiCloud SDK"
AUTHOR_EMAIL = "hwcloudsdk@huawei.com"
URL = "https://github.com/huaweicloud/huaweicloud-sdk-python-v3"
Expand Down
2 changes: 1 addition & 1 deletion huaweicloud-sdk-cdn/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "huaweicloudsdkcdn"
VERSION = "3.0.61"
VERSION = "3.0.62"
AUTHOR = "HuaweiCloud SDK"
AUTHOR_EMAIL = "hwcloudsdk@huawei.com"
URL = "https://github.com/huaweicloud/huaweicloud-sdk-python-v3"
Expand Down
2 changes: 1 addition & 1 deletion huaweicloud-sdk-ces/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "huaweicloudsdkces"
VERSION = "3.0.61"
VERSION = "3.0.62"
AUTHOR = "HuaweiCloud SDK"
AUTHOR_EMAIL = "hwcloudsdk@huawei.com"
URL = "https://github.com/huaweicloud/huaweicloud-sdk-python-v3"
Expand Down
2 changes: 1 addition & 1 deletion huaweicloud-sdk-classroom/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "huaweicloudsdkclassroom"
VERSION = "3.0.61"
VERSION = "3.0.62"
AUTHOR = "HuaweiCloud SDK"
AUTHOR_EMAIL = "hwcloudsdk@huawei.com"
URL = "https://github.com/huaweicloud/huaweicloud-sdk-python-v3"
Expand Down
2 changes: 1 addition & 1 deletion huaweicloud-sdk-cloudbuild/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "huaweicloudsdkcloudbuild"
VERSION = "3.0.61"
VERSION = "3.0.62"
AUTHOR = "HuaweiCloud SDK"
AUTHOR_EMAIL = "hwcloudsdk@huawei.com"
URL = "https://github.com/huaweicloud/huaweicloud-sdk-python-v3"
Expand Down
2 changes: 1 addition & 1 deletion huaweicloud-sdk-cloudide/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "huaweicloudsdkcloudide"
VERSION = "3.0.61"
VERSION = "3.0.62"
AUTHOR = "HuaweiCloud SDK"
AUTHOR_EMAIL = "hwcloudsdk@huawei.com"
URL = "https://github.com/huaweicloud/huaweicloud-sdk-python-v3"
Expand Down
2 changes: 1 addition & 1 deletion huaweicloud-sdk-cloudpipeline/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "huaweicloudsdkcloudpipeline"
VERSION = "3.0.61"
VERSION = "3.0.62"
AUTHOR = "HuaweiCloud SDK"
AUTHOR_EMAIL = "hwcloudsdk@huawei.com"
URL = "https://github.com/huaweicloud/huaweicloud-sdk-python-v3"
Expand Down
2 changes: 1 addition & 1 deletion huaweicloud-sdk-cloudrtc/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "huaweicloudsdkcloudrtc"
VERSION = "3.0.61"
VERSION = "3.0.62"
AUTHOR = "HuaweiCloud SDK"
AUTHOR_EMAIL = "hwcloudsdk@huawei.com"
URL = "https://github.com/huaweicloud/huaweicloud-sdk-python-v3"
Expand Down
2 changes: 1 addition & 1 deletion huaweicloud-sdk-cloudtest/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "huaweicloudsdkcloudtest"
VERSION = "3.0.61"
VERSION = "3.0.62"
AUTHOR = "HuaweiCloud SDK"
AUTHOR_EMAIL = "hwcloudsdk@huawei.com"
URL = "https://github.com/huaweicloud/huaweicloud-sdk-python-v3"
Expand Down
2 changes: 1 addition & 1 deletion huaweicloud-sdk-codecraft/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "huaweicloudsdkcodecraft"
VERSION = "3.0.61"
VERSION = "3.0.62"
AUTHOR = "HuaweiCloud SDK"
AUTHOR_EMAIL = "hwcloudsdk@huawei.com"
URL = "https://github.com/huaweicloud/huaweicloud-sdk-python-v3"
Expand Down
2 changes: 1 addition & 1 deletion huaweicloud-sdk-core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from setuptools import setup, find_packages

NAME = "huaweicloudsdkcore"
VERSION = "3.0.61"
VERSION = "3.0.62"
AUTHOR = "HuaweiCloud SDK"
AUTHOR_EMAIL = "hwcloudsdk@huawei.com"
URL = "https://github.com/huaweicloud/huaweicloud-sdk-python-v3"
Expand Down
2 changes: 1 addition & 1 deletion huaweicloud-sdk-cpts/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "huaweicloudsdkcpts"
VERSION = "3.0.61"
VERSION = "3.0.62"
AUTHOR = "HuaweiCloud SDK"
AUTHOR_EMAIL = "hwcloudsdk@huawei.com"
URL = "https://github.com/huaweicloud/huaweicloud-sdk-python-v3"
Expand Down
2 changes: 1 addition & 1 deletion huaweicloud-sdk-cts/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "huaweicloudsdkcts"
VERSION = "3.0.61"
VERSION = "3.0.62"
AUTHOR = "HuaweiCloud SDK"
AUTHOR_EMAIL = "hwcloudsdk@huawei.com"
URL = "https://github.com/huaweicloud/huaweicloud-sdk-python-v3"
Expand Down
2 changes: 1 addition & 1 deletion huaweicloud-sdk-das/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "huaweicloudsdkdas"
VERSION = "3.0.61"
VERSION = "3.0.62"
AUTHOR = "HuaweiCloud SDK"
AUTHOR_EMAIL = "hwcloudsdk@huawei.com"
URL = "https://github.com/huaweicloud/huaweicloud-sdk-python-v3"
Expand Down
2 changes: 1 addition & 1 deletion huaweicloud-sdk-dcs/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "huaweicloudsdkdcs"
VERSION = "3.0.61"
VERSION = "3.0.62"
AUTHOR = "HuaweiCloud SDK"
AUTHOR_EMAIL = "hwcloudsdk@huawei.com"
URL = "https://github.com/huaweicloud/huaweicloud-sdk-python-v3"
Expand Down
2 changes: 1 addition & 1 deletion huaweicloud-sdk-ddm/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "huaweicloudsdkddm"
VERSION = "3.0.61"
VERSION = "3.0.62"
AUTHOR = "HuaweiCloud SDK"
AUTHOR_EMAIL = "hwcloudsdk@huawei.com"
URL = "https://github.com/huaweicloud/huaweicloud-sdk-python-v3"
Expand Down
2 changes: 1 addition & 1 deletion huaweicloud-sdk-dds/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "huaweicloudsdkdds"
VERSION = "3.0.61"
VERSION = "3.0.62"
AUTHOR = "HuaweiCloud SDK"
AUTHOR_EMAIL = "hwcloudsdk@huawei.com"
URL = "https://github.com/huaweicloud/huaweicloud-sdk-python-v3"
Expand Down
2 changes: 1 addition & 1 deletion huaweicloud-sdk-devstar/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "huaweicloudsdkdevstar"
VERSION = "3.0.61"
VERSION = "3.0.62"
AUTHOR = "HuaweiCloud SDK"
AUTHOR_EMAIL = "hwcloudsdk@huawei.com"
URL = "https://github.com/huaweicloud/huaweicloud-sdk-python-v3"
Expand Down
2 changes: 1 addition & 1 deletion huaweicloud-sdk-dgc/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "huaweicloudsdkdgc"
VERSION = "3.0.61"
VERSION = "3.0.62"
AUTHOR = "HuaweiCloud SDK"
AUTHOR_EMAIL = "hwcloudsdk@huawei.com"
URL = "https://github.com/huaweicloud/huaweicloud-sdk-python-v3"
Expand Down
2 changes: 1 addition & 1 deletion huaweicloud-sdk-dms/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "huaweicloudsdkdms"
VERSION = "3.0.61"
VERSION = "3.0.62"
AUTHOR = "HuaweiCloud SDK"
AUTHOR_EMAIL = "hwcloudsdk@huawei.com"
URL = "https://github.com/huaweicloud/huaweicloud-sdk-python-v3"
Expand Down
2 changes: 1 addition & 1 deletion huaweicloud-sdk-dns/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "huaweicloudsdkdns"
VERSION = "3.0.61"
VERSION = "3.0.62"
AUTHOR = "HuaweiCloud SDK"
AUTHOR_EMAIL = "hwcloudsdk@huawei.com"
URL = "https://github.com/huaweicloud/huaweicloud-sdk-python-v3"
Expand Down
2 changes: 1 addition & 1 deletion huaweicloud-sdk-drs/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "huaweicloudsdkdrs"
VERSION = "3.0.61"
VERSION = "3.0.62"
AUTHOR = "HuaweiCloud SDK"
AUTHOR_EMAIL = "hwcloudsdk@huawei.com"
URL = "https://github.com/huaweicloud/huaweicloud-sdk-python-v3"
Expand Down
2 changes: 1 addition & 1 deletion huaweicloud-sdk-ecs/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "huaweicloudsdkecs"
VERSION = "3.0.61"
VERSION = "3.0.62"
AUTHOR = "HuaweiCloud SDK"
AUTHOR_EMAIL = "hwcloudsdk@huawei.com"
URL = "https://github.com/huaweicloud/huaweicloud-sdk-python-v3"
Expand Down
2 changes: 1 addition & 1 deletion huaweicloud-sdk-eip/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "huaweicloudsdkeip"
VERSION = "3.0.61"
VERSION = "3.0.62"
AUTHOR = "HuaweiCloud SDK"
AUTHOR_EMAIL = "hwcloudsdk@huawei.com"
URL = "https://github.com/huaweicloud/huaweicloud-sdk-python-v3"
Expand Down
2 changes: 1 addition & 1 deletion huaweicloud-sdk-elb/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "huaweicloudsdkelb"
VERSION = "3.0.61"
VERSION = "3.0.62"
AUTHOR = "HuaweiCloud SDK"
AUTHOR_EMAIL = "hwcloudsdk@huawei.com"
URL = "https://github.com/huaweicloud/huaweicloud-sdk-python-v3"
Expand Down
2 changes: 1 addition & 1 deletion huaweicloud-sdk-eps/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "huaweicloudsdkeps"
VERSION = "3.0.61"
VERSION = "3.0.62"
AUTHOR = "HuaweiCloud SDK"
AUTHOR_EMAIL = "hwcloudsdk@huawei.com"
URL = "https://github.com/huaweicloud/huaweicloud-sdk-python-v3"
Expand Down
2 changes: 1 addition & 1 deletion huaweicloud-sdk-evs/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "huaweicloudsdkevs"
VERSION = "3.0.61"
VERSION = "3.0.62"
AUTHOR = "HuaweiCloud SDK"
AUTHOR_EMAIL = "hwcloudsdk@huawei.com"
URL = "https://github.com/huaweicloud/huaweicloud-sdk-python-v3"
Expand Down
2 changes: 1 addition & 1 deletion huaweicloud-sdk-frs/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "huaweicloudsdkfrs"
VERSION = "3.0.61"
VERSION = "3.0.62"
AUTHOR = "HuaweiCloud SDK"
AUTHOR_EMAIL = "hwcloudsdk@huawei.com"
URL = "https://github.com/huaweicloud/huaweicloud-sdk-python-v3"
Expand Down
Loading

0 comments on commit e3f4ead

Please sign in to comment.