Skip to content

Commit

Permalink
Modify: 编写v1.0.2发布说明,并更新版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
littlemo committed Jul 1, 2018
1 parent acfca31 commit f3cb453
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/source/develop/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
发布说明
========

v1.0.2 (2018-07-01 23:20:15)
----------------------------

Optimize
~~~~~~~~

#. 优化 ``action`` 接口实现逻辑,默认超时时间为5s,去除重试逻辑
#. 优化 ``action`` 接口异常处理逻辑,超时异常发生时正常打印 before 信息,便于调试处理


v1.0.1 (2018-05-19 12:35:48)
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion source/mohand_plugin_expect/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
VERSION_SUFFIX_RC = 'rc'
VERSION_SUFFIX_NONE = None

VERSION = (1, 0, 1, VERSION_SUFFIX_NONE, 0)
VERSION = (1, 0, 2, VERSION_SUFFIX_NONE, 0)


def get_setup_version():
Expand Down

0 comments on commit f3cb453

Please sign in to comment.