Skip to content

Commit 365a0ed

Browse files
release 3.1.168 source code
1 parent 06eea7d commit 365a0ed

File tree

999 files changed

+35500
-8001
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

999 files changed

+35500
-8001
lines changed

CHANGELOG.md

Lines changed: 503 additions & 0 deletions
Large diffs are not rendered by default.

CHANGELOG_CN.md

Lines changed: 503 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ English | [简体中文](./README_CN.md)
66

77
<h1 align="center">Huawei Cloud Python Software Development Kit (Python SDK)</h1>
88

9+
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/huaweicloudsdkcore)](https://www.python.org/)
10+
[![PyPI Version](https://img.shields.io/pypi/v/huaweicloudsdkcore?color=009999)](https://pypi.org/search/?q=huaweicloudsdk)
11+
[![License](https://img.shields.io/badge/license-Apache--2.0-green)](https://www.apache.org/licenses/LICENSE-2.0)
12+
913
The Huawei Cloud Python SDK allows you to easily work with Huawei Cloud services such as Elastic Compute Service (ECS)
1014
and Virtual Private Cloud (VPC) without the need to handle API related tasks.
1115

README_CN.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
<h1 align="center">华为云开发者 Python 软件开发工具包(Python SDK)</h1>
88

9+
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/huaweicloudsdkcore)](https://www.python.org/)
10+
[![PyPI Version](https://img.shields.io/pypi/v/huaweicloudsdkcore?color=009999)](https://pypi.org/search/?q=huaweicloudsdk)
11+
[![License](https://img.shields.io/badge/license-Apache--2.0-green)](https://www.apache.org/licenses/LICENSE-2.0)
12+
913
欢迎使用华为云 Python SDK。
1014

1115
华为云 Python SDK让您无需关心请求细节即可快速使用弹性云服务器(ECS)、虚拟私有云(VPC)等多个华为云服务。

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.167
1+
3.1.168

huaweicloud-sdk-aad/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "huaweicloudsdkaad"
7-
version = "3.1.167"
7+
version = "3.1.168"
88
description = "AAD"
99
readme = "README_PYPI.md"
1010
authors = [
@@ -27,7 +27,7 @@ classifiers = [
2727
"Topic :: Software Development"
2828
]
2929
dependencies = [
30-
"huaweicloudsdkcore>=3.1.167"
30+
"huaweicloudsdkcore>=3.1.168"
3131
]
3232

3333
[project.urls]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
huaweicloudsdkcore>=3.1.167
1+
huaweicloudsdkcore>=3.1.168

huaweicloud-sdk-aad/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import setup, find_packages
55

66
NAME = "huaweicloudsdkaad"
7-
VERSION = "3.1.167"
7+
VERSION = "3.1.168"
88
AUTHOR = "HuaweiCloud SDK"
99
AUTHOR_EMAIL = "[email protected]"
1010
URL = "https://github.com/huaweicloud/huaweicloud-sdk-python-v3"
@@ -14,7 +14,7 @@
1414
with open(path.join(this_directory, 'README_PYPI.md'), encoding='utf-8') as f:
1515
LONG_DESCRIPTION = f.read()
1616

17-
REQUIRES = ["huaweicloudsdkcore>=3.1.167"]
17+
REQUIRES = ["huaweicloudsdkcore>=3.1.168"]
1818

1919
setup(
2020
name=NAME,

0 commit comments

Comments
 (0)