Skip to content

Commit e7ff714

Browse files
committed
publish jdcloud-sdk-python 1.6.100
1 parent 22061e3 commit e7ff714

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

jdcloud_sdk/services/vod/ChangeLog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# 更新历史 #
2-
API版本:1.1.10
2+
API版本:1.1.12
33

44

55
|发布时间|版本号|更新|说明|
66
|---|---|---|---|
7+
|2021-05-26|1.1.12|转码模板组接口说明补充|
8+
|2021-03-04|1.1.11|转码模板组接口相关|
79
|2021-02-25|1.1.10|分组、打包转码支持|* 增加分组转码、打包转码支持|
810
|2020-11-18|1.1.9|增加接口|* 增加查询视频源文件信息接口|
911
|2020-09-22|1.1.8|增加、修改接口|* 增加转码任务查询接口;<br> * 转码模板增加OutFile配置;<br> * 水印配置增加widthRef和heightRef字段|

jdcloud_sdk/services/vod/client/VodClient.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ def __init__(self, credential, config=None, logger=None):
2626
if config is None:
2727
config = Config('vod.jdcloud-api.com')
2828

29-
super(VodClient, self).__init__(credential, config, 'vod', '1.1.10', logger)
29+
super(VodClient, self).__init__(credential, config, 'vod', '1.1.12', logger)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='jdcloud_sdk',
12-
version="1.6.99",
12+
version="1.6.100",
1313
long_description=long_description,
1414
long_description_content_type="text/markdown",
1515
author='JDCloud API Gateway Team',

0 commit comments

Comments
 (0)