Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jellyfrank committed Dec 14, 2019
1 parent c8a9f5c commit 22cc9c8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -24,8 +24,9 @@ sf.order.create_order(clientid,..)

## changelog

* [0.1.0] 修复路由查询结果中包含数组类型的数据格式错误
* [0.0.6] 新增路由查询接口
* [0.0.3] 新增确定/取消订单接口

python2 的同学请使用0.0.7 版本
python2 的同学请使用0.0.9 版本

3 changes: 2 additions & 1 deletion requirements.txt
Expand Up @@ -2,4 +2,5 @@ requests
lxml
pytest
coverage
python-coveralls
python-coveralls
autils
2 changes: 1 addition & 1 deletion sf/__init__.py
Expand Up @@ -3,5 +3,5 @@
# @Time : 2019-08-21
# @Author : Kevin Kong (kfx2007@163.com)

__version__ = "0.0.8"
__version__ = "0.1.0"
__author__ = "Kevin Kong"

0 comments on commit 22cc9c8

Please sign in to comment.