We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95d8599 commit c8362d3Copy full SHA for c8362d3
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 1.0.3版本
2
+
3
+1. 修复加载数据时的时段重复问题
4
5
# 1.0.2版本
6
7
1. 增加Tick数据汇总支持
README.md
@@ -5,7 +5,7 @@
</p>
<p align="center">
8
- <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"/>
9
<img src ="https://img.shields.io/badge/platform-windows|linux|macos-yellow.svg"/>
10
<img src ="https://img.shields.io/badge/python-3.7|3.8|3.9|3.10-blue.svg" />
11
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = vnpy_mysql
-version = 1.0.2
+version = 1.0.3
url = https://www.vnpy.com
license = MIT
author = Xiaoyou Chen
0 commit comments