diff --git a/CHANGELOG.md b/CHANGELOG.md index c38b419..8977151 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 2022.8.5 +1. 使用zoneinfo替换pytz时区功能 + # 2022.7.14 1. 解决期货缺失毫秒时间戳的问题 \ No newline at end of file diff --git a/README.md b/README.md index 6e61f41..acdce57 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@

- + @@ -13,7 +13,7 @@ ## 说明 -基于天软pyTSL接口的2021.6.17版本开发,支持以下中国金融市场的K线和Tick数据: +基于天软pyTSL接口的1.2版本开发,支持以下中国金融市场的K线和Tick数据: * 期货和期货期权: * CFFEX:中国金融期货交易所 @@ -27,11 +27,6 @@ 注意:需要购买相应的数据服务权限,可以通过[该页面](http://www.tinysoft.com.cn/TSDN/HomePage.tsl)申请试用。 -安装包中集成了以下版本的pyTSL: - -* Windows 64位 Python 3.7 -* Ubuntu 64位 Python 3.8 - 如需使用其他版本,请在[天软pyTSL接口](http://www.tinysoft.com.cn/tsdn/helpdoc/display.tsl?id=17395)下载。 ## 安装 diff --git a/setup.cfg b/setup.cfg index 0193246..503c626 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = vnpy_tinysoft -version = 2021.6.17.2 +version = 2022.8.5 url = https://www.vnpy.com license = MIT author = Xiaoyou Chen