Skip to content

Commit 1841915

Browse files
author
BitsAdmin
committed
Merge branch 'cdn-Python-2021-03-01-online-524-2024_05_29_17_05_43' into 'integration_2024-05-30_272922903810'
feat: [development task] CDN-524-Python (691263) See merge request iaasng/volcengine-python-sdk!310
2 parents 2068ee2 + 4aaf9f9 commit 1841915

File tree

630 files changed

+121759
-6
lines changed

Some content is hidden

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

630 files changed

+121759
-6
lines changed

meta.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"lasted": "1.0.83",
3-
"meta_commit": "dbced919d27fc04b92b10148f0771d171e63cf37"
4-
}
2+
"lasted": "1.0.84",
3+
"meta_commit": "4af5fd7b7a4796cf8ad69bfa4f79ce23cdf1de3f"
4+
}

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.83"
6+
VERSION = "1.0.84"
77
# To install the library, run the following
88
#
99
# python setup.py install

volcenginesdkcdn/__init__.py

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

volcenginesdkcdn/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 volcenginesdkcdn.api.cdn_api import CDNApi

0 commit comments

Comments
 (0)