Skip to content

Commit

Permalink
[Mod] 修改版本号为4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vnpy committed Oct 21, 2021
1 parent 3ed8757 commit 08e933e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions README.md
Expand Up @@ -4,15 +4,15 @@
</p>

<p align="center">
<img src ="https://img.shields.io/badge/version-4.8-blueviolet.svg"/>
<img src ="https://img.shields.io/badge/platform-windows|linux-yellow.svg"/>
<img src ="https://img.shields.io/badge/version-4.8.0-blueviolet.svg"/>
<img src ="https://img.shields.io/badge/platform-linux-yellow.svg"/>
<img src ="https://img.shields.io/badge/python-3.7-blue.svg" />
<img src ="https://img.shields.io/github/license/vnpy/vnpy.svg?color=orange"/>
</p>

## 说明

基于飞鼠4.8版本封装开发的linux接口(暂不支持windows)
基于飞鼠柜台的4.8版本API封装开发的交易接口,只支持Linux系统

## 安装

Expand Down Expand Up @@ -60,6 +60,7 @@ def main():
if __name__ == "__main__":
main()
```
## 连接

连接前请先修改libcrypto.so为libcrypto.so.10,libssl.so为libssl.so.10。
## 注意

连接前请先修改libcrypto.so为libcrypto.so.10,libssl.so为libssl.so.10。
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = vnpy_sgit
version = 4.8
version = 4.8.0
url = https://www.vnpy.com
license = MIT
author = Xiaoyou Chen
Expand Down
2 changes: 1 addition & 1 deletion vnpy_sgit/gateway/sgit_gateway.py
Expand Up @@ -2,7 +2,7 @@
import sys
import pytz
from datetime import datetime
from typing import Any, Dict, List
from typing import Dict, List

from ..api import (
MdApi,
Expand Down

0 comments on commit 08e933e

Please sign in to comment.