Skip to content

Commit d6a1f8d

Browse files
author
BitsAdmin
committed
Merge branch '${development_task_change_source_branch}' into '${development_task_change_target_branch}'
${development_task_title} Author: ${development_task_change_creator} (${development_task_change_creator_email}) Url: ${development_task_url} ProjectId: ${development_task_change_project_id} Iid: ${development_task_change_iid} RepoPath: ${development_task_change_repo_path} Squash Message: ${development_task_squash_commit_message}
2 parents 0b98e9f + 866ef4f commit d6a1f8d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-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": "4.0.12",
3-
"meta_commit": "efea3f0eb2fc7b65caccd2df69982e86a2f25385"
2+
"lasted": "4.0.13",
3+
"meta_commit": "93c9640711600061c9f71895df3781d2dc070044"
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 = "4.0.12"
6+
VERSION = "4.0.13"
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/4.0.12'
70+
self.user_agent = 'volcstack-python-sdk/4.0.13'
7171
self.client_side_validation = configuration.client_side_validation
7272

7373
self.interceptor_chain = InterceptorChain()

volcenginesdkcore/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ def to_debug_report(self):
267267
"OS: {env}\n" \
268268
"Python Version: {pyversion}\n" \
269269
"Version of the API: 0.1.0\n" \
270-
"SDK Package Version: 4.0.12".\
270+
"SDK Package Version: 4.0.13".\
271271
format(env=sys.platform, pyversion=sys.version)
272272

273273
@property

0 commit comments

Comments
 (0)