Skip to content

Commit fea3f6e

Browse files
committed
[Mod] 更新版本号到1.0.1
1 parent a54ca2b commit fea3f6e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# 1.0.1版本
2+
3+
1. 优化代码中的类型声明信息
4+
2. 增加对Tick汇总数据的支持
5+
3. 增加对流式写入参数的支持

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</p>
66

77
<p align="center">
8-
<img src ="https://img.shields.io/badge/version-1.0.0-blueviolet.svg"/>
8+
<img src ="https://img.shields.io/badge/version-1.0.1-blueviolet.svg"/>
99
<img src ="https://img.shields.io/badge/platform-windows|linux|macos-yellow.svg"/>
1010
<img src ="https://img.shields.io/badge/python-3.7|3.8|3.9|3.10-blue.svg" />
1111
</p>

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = vnpy_postgresql
3-
version = 1.0.0
3+
version = 1.0.1
44
url = https://www.vnpy.com
55
license = MIT
66
author = Xiaoyou Chen

0 commit comments

Comments
 (0)