Skip to content

Commit

Permalink
Merge pull request #3 from noranhe/main
Browse files Browse the repository at this point in the history
[Mod] 补充类型声明 + replace pytz + 更新版本号至1.0.3
  • Loading branch information
vnpy authored Aug 1, 2022
2 parents 18114df + 1edd00a commit 1a44aec
Show file tree
Hide file tree
Showing 5 changed files with 86 additions and 79 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.3版本

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

# 1.0.2版本

1. 调整接口初始化时,接口名称的赋值方式
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.0.2-blueviolet.svg"/>
<img src ="https://img.shields.io/badge/version-1.0.3-blueviolet.svg"/>
<img src ="https://img.shields.io/badge/platform-windows-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"/>
Expand All @@ -17,7 +17,7 @@

## 安装

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

直接使用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_comstar
version = 1.0.2
version = 1.0.3
url = https://www.vnpy.com
license = MIT
author = Xiaoyou Chen
Expand Down Expand Up @@ -29,6 +29,7 @@ classifiers =
packages = find:
include_package_data = True
zip_safe = False
python_requires = ==3.7
install_requires =
importlib_metadata

Expand Down
Loading

0 comments on commit 1a44aec

Please sign in to comment.