Skip to content

Commit

Permalink
[Mod] 更新版本号到1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vnpy committed Aug 9, 2022
1 parent cfbaad5 commit 51af787
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.1.5版本

1. 使用zoneinfo替换pytz库
2. 调整安装脚本setup.cfg,添加Python版本限制

# 1.1.4版本

1. 将模块的图标文件信息,改为完整路径字符串
Expand Down
4 changes: 2 additions & 2 deletions 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.1.4-blueviolet.svg"/>
<img src ="https://img.shields.io/badge/version-1.1.5-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 All @@ -21,7 +21,7 @@

## 安装

安装环境推荐基于3.0.0版本以上的【[**VeighNa Studio**](https://www.vnpy.com)】。
安装环境推荐基于3.3.0版本以上的【[**VeighNa Studio**](https://www.vnpy.com)】。

直接使用pip命令:

Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = vnpy_spreadtrading
version = 1.1.4
version = 1.1.5
url = https://www.vnpy.com
license = MIT
author = Xiaoyou Chen
Expand Down Expand Up @@ -30,6 +30,7 @@ classifiers =
[options]
packages = find:
zip_safe = False
python_requires = >=3.7
install_requires =
numpy
pandas
Expand Down

0 comments on commit 51af787

Please sign in to comment.