Skip to content

Commit

Permalink
bump: version 0.10.10 → 0.10.11
Browse files Browse the repository at this point in the history
  • Loading branch information
bopo committed Aug 17, 2023
1 parent 745d1b8 commit 37a44e5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions docs/history.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v0.10.11 (2023-08-17)

### Fix

- #42 修复 quotes未开盘异常问题.
- #44 初始化市场时候 bestip=True 异步异常问题.
- #50 修复财务数据接口 columns 数量不对问题.

## v0.10.10 (2023-06-30)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion mootdx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
from mootdx.server import server
from mootdx.utils import get_config_path

__version__ = '0.10.10'
__version__ = '0.10.11'
__author__ = 'bopo.wang <ibopo@126.com>'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mootdx"
version = "0.10.10"
version = "0.10.11"
description = "通达信数据读取接口."
authors = ["bopo <ibopo@126.com>"]
readme = "README.md"
Expand Down

0 comments on commit 37a44e5

Please sign in to comment.