Skip to content

Commit 6142ba7

Browse files
author
BitsAdmin
committed
Merge branch 'mcdn-Python-2022-03-01-online-625-2024_08_21_16_54_02' into 'integration_2024-08-22_404454435074'
feat: [development task] mcdn-625-Python (757590) See merge request iaasng/volcengine-python-sdk!369
2 parents 1547777 + 84f2d04 commit 6142ba7

File tree

152 files changed

+30726
-5
lines changed

Some content is hidden

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

152 files changed

+30726
-5
lines changed

meta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"lasted": "1.0.97",
3-
"meta_commit": "854ef2b5be1cd33026dad7400b277c326d5cb3e2"
2+
"lasted": "1.0.98",
3+
"meta_commit": "67f925e403a089a8a533569ab0ae00f50d235454"
44
}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages # noqa: H301
44

55
NAME = "volcengine-python-sdk"
6-
VERSION = "1.0.97"
6+
VERSION = "1.0.98"
77
# To install the library, run the following
88
#
99
# python setup.py install

volcenginesdkcore/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
6767
self.default_headers[header_name] = header_value
6868
self.cookie = cookie
6969
# Set default User-Agent.
70-
self.user_agent = 'volcstack-python-sdk/1.0.97'
70+
self.user_agent = 'volcstack-python-sdk/1.0.98'
7171
self.client_side_validation = configuration.client_side_validation
7272

7373
def __del__(self):

volcenginesdkcore/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,5 +221,5 @@ def to_debug_report(self):
221221
"OS: {env}\n"\
222222
"Python Version: {pyversion}\n"\
223223
"Version of the API: 0.1.0\n"\
224-
"SDK Package Version: 1.0.97".\
224+
"SDK Package Version: 1.0.98".\
225225
format(env=sys.platform, pyversion=sys.version)

volcenginesdkmcdn/__init__.py

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

volcenginesdkmcdn/api/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
from __future__ import absolute_import
2+
3+
# flake8: noqa
4+
5+
# import apis into api package
6+
from volcenginesdkmcdn.api.mcdn_api import MCDNApi

0 commit comments

Comments
 (0)