Skip to content

Commit 4978596

Browse files
release 3.1.170 source code
1 parent b9e8210 commit 4978596

File tree

753 files changed

+24907
-3223
lines changed

Some content is hidden

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

753 files changed

+24907
-3223
lines changed

CHANGELOG.md

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

CHANGELOG_CN.md

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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.169
1+
3.1.170

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.169"
7+
version = "3.1.170"
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.169"
30+
"huaweicloudsdkcore>=3.1.170"
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.169
1+
huaweicloudsdkcore>=3.1.170

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.169"
7+
VERSION = "3.1.170"
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.169"]
17+
REQUIRES = ["huaweicloudsdkcore>=3.1.170"]
1818

1919
setup(
2020
name=NAME,

0 commit comments

Comments
 (0)