Skip to content

Commit

Permalink
release version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xyb committed Aug 2, 2017
1 parent 7f7038f commit 88b96c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2017-08-02 Xie Yanbo <[email protected]>

* autocompletion keywords and selenium commands

2017-07-31 Xie Yanbo <[email protected]>

* add libs and keywords command for introspection
Expand Down
2 changes: 1 addition & 1 deletion DebugLibrary.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
# this will fail on IronPython
pass

__version__ = '0.8.2'
__version__ = '0.9.0'

KEYWORD_SEP = re.compile(' +|\t')

Expand Down

0 comments on commit 88b96c0

Please sign in to comment.