Skip to content

Commit 29d03ab

Browse files
author
liuqidi
committed
aihc-dev-13405 [Task] 添加python sdk版本号,changelog
Change-Id: I89f2decd652b6d3b935db741de0e3ba0a4994694
1 parent d863543 commit 29d03ab

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
发行说明:记录每次SDK更新的说明,最新版本的SDK包含以前所有版本的更新内容。
22
---------------------------------------------------------------------
3+
【版本:v0.9.51】
4+
涉及产品:AIHC
5+
适配资源池接口签名方法和请求方法
6+
支持资源池和队列接口6个
7+
支持分布式训练接口12个
8+
支持数据集接口9个
9+
支持在线推理服务接口14个
10+
311
【版本:v0.9.50】
412
涉及产品:EIP
513
eip列表接口支持ipVersion过滤查询

baidubce/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from . import protocol
1919

2020

21-
SDK_VERSION = b'0.9.50'
21+
SDK_VERSION = b'0.9.51'
2222
DEFAULT_SERVICE_DOMAIN = b'bcebos.com'
2323
URL_PREFIX = b'/v1'
2424
DEFAULT_ENCODING = 'UTF-8'

0 commit comments

Comments
 (0)