Skip to content

Commit

Permalink
Update version for 0.9.6 (#563)
Browse files Browse the repository at this point in the history
* add base code

* update
  • Loading branch information
MrChengmo authored Oct 27, 2024
1 parent 15282ca commit ac33502
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ AppBuilder-SDK不仅提供了百度智能云提供的基础能力组件,同时

## 如何安装AppBuilder-SDK

#### 百度智能云千帆AppBuilder-SDK 最新版本 0.9.5 (2024-10-18)
#### 百度智能云千帆AppBuilder-SDK 最新版本 0.9.6 (2024-10-26)

百度智能云千帆AppBuilder-SDK 更新记录&最新特性请查阅我们的[版本说明](/docs/quick_start/changelog.md)

Expand Down
2 changes: 1 addition & 1 deletion appbuilder/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.


__version__ = '0.9.5'
__version__ = '0.9.6'

import os
import sys
Expand Down
2 changes: 1 addition & 1 deletion docs/README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Baidu AI Cloud Qianfan AppBuilder-SDK offers the following essential features fo

## How to install?

#### The latest version of Baidu AI Cloud Qianfan AppBuilder SDK is 0.9.5 (2024-10-18)
#### The latest version of Baidu AI Cloud Qianfan AppBuilder SDK is 0.9.6 (2024-10-26)

Baidu AI Cloud Qianfan AppBuilder SDK ReleaseNote please refer to our [version description](/docs/quick_start/changelog.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/README_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Baidu AI Cloud Qianfan AppBuilder-SDKは、AIアプリケーション開発者

## どのようにインストールしますか?

#### Baidu AI Cloud Qianfan AppBuilder SDKの最新バージョンは0.9.5(2024-10-18)です
#### Baidu AI Cloud Qianfan AppBuilder SDKの最新バージョンは0.9.6(2024-10-26)です

Baidu AI Cloud Qianfan AppBuilder SDKのリリースノートについては、[バージョン説明](/docs/quick_start/changelog.md)をご覧ください。

Expand Down
7 changes: 6 additions & 1 deletion docs/quick_start/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,9 @@
* **2024.10.18 v0.9.5版本发布** [ReleaseNote](https://github.com/baidubce/app-builder/releases/tag/0.9.5)
* 更新KnowledgeBase组件,新增`切片详情`获取接口,新增切片关联的图片ID字段
* AppBuilderTrace 支持SentrySDK
* AppBuilder新增[Sphinx API文档](/docs/sphinx_md/appbuilder.md)
* AppBuilder新增[Sphinx API文档](/docs/sphinx_md/appbuilder.md)
* **2024.10.26 v0.9.6版本发布** [ReleaseNote](https://github.com/baidubce/app-builder/releases/tag/0.9.6)
* 更新AppBuilderClient,简化Java & Go语言使用ToolCall的方式
* 新增长文档内容理解组件
* 优化requirements,去除部分组件的版本限制
* 简化报错堆栈,去除冗余的Trace信息
2 changes: 1 addition & 1 deletion docs/sphinx_doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
project = 'Appbuilder-SDK'
copyright = '2024, baidubce'
author = 'baidubce'
release = '0.9.5'
release = '0.9.6'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
setup(
name="appbuilder-sdk",
# NOTE(chengmo): 修改此版本号时,请注意同时修改 __init__.py 中的 __version__
version="0.9.5",
version="0.9.6",
author="dongdaxiang",
author_email="[email protected]",
packages=packages,
Expand Down

0 comments on commit ac33502

Please sign in to comment.