Skip to content

Commit

Permalink
fix error trade time and covert order accepted style
Browse files Browse the repository at this point in the history
  • Loading branch information
somewheve committed Jan 12, 2021
1 parent fb06fc8 commit b440719
Show file tree
Hide file tree
Showing 7 changed files with 254 additions and 7,727 deletions.
9 changes: 1 addition & 8 deletions ctpbee/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
for the future of life
"""
__version__ = '1.3.4'
__version__ = '1.3.5'
__status__ = 'release level'

# About core
Expand All @@ -18,10 +18,3 @@
from ctpbee.util import RiskLevel
from ctpbee.func import hickey, get_ctpbee_path
from ctpbee.data_handle.generator import HighKlineSupporter

# About data_support
try:
import pymongo
from ctpbee.qa_support.qa_app import QADataSupport
except ImportError as e:
pass
Loading

0 comments on commit b440719

Please sign in to comment.