Skip to content

Commit

Permalink
🔧build: release 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zillionare committed Apr 25, 2021
1 parent a318d9e commit 8508ecd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@

first stable release

### 功能
### bug fixes
* 可导入从2015年以来的A股30分钟及以上股票数据。
* 高速行情同步。支持多账号、多session、多进程。
* 向外提供服务时,支持load-balance(需要配置http网关,如nginx)。
* 自动实时行情同步。
* 仅支持JoinQuant作为上游数据源
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ include = [
"tests/*"
]

version = "1.0.0-alpha.9"
version = "1.0.0"

[tool.poetry.dependencies]
python=">=3.8,<3.9"
zillionare_omega_adaptors_jq="1.0.3"
# should be > 1.0.0.a4, but repo of aliyun got sync delay issue
zillionare_omicron=">=1.0.0.a4,<=1.0.0"
zillionare_omicron=">=1.0.0.a4,<=1.1.0"
aiohttp = "3.7.4"
pyemit = "0.4.5"
arrow = "0.15.8"
Expand Down

0 comments on commit 8508ecd

Please sign in to comment.