Skip to content

Commit

Permalink
[Mod] 更新版本号到1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
vnpy committed Apr 27, 2022
1 parent 0a94d86 commit 97413e5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.0.9版本
1. 完善变量和函数类型声明
2. 对策略下拉框中的策略名称根据首字母排序
3. 替换QtCore.pyqtSignal为PySide的QtCore.Signal

# 1.0.8版本

1. 将加载历史数据的异步回放,从引擎移动到策略模板中
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</p>

<p align="center">
<img src ="https://img.shields.io/badge/version-1.0.8-blueviolet.svg"/>
<img src ="https://img.shields.io/badge/version-1.0.9-blueviolet.svg"/>
<img src ="https://img.shields.io/badge/platform-windows|linux|macos-yellow.svg"/>
<img src ="https://img.shields.io/badge/python-3.7|3.8|3.9|3.10-blue.svg" />
<img src ="https://img.shields.io/github/license/vnpy/vnpy.svg?color=orange"/>
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = vnpy_ctastrategy
version = 1.0.8
version = 1.0.9
url = https://www.vnpy.com
license = MIT
author = Xiaoyou Chen
Expand Down

0 comments on commit 97413e5

Please sign in to comment.