Skip to content

Commit

Permalink
release version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xyb committed Aug 11, 2017
1 parent 986b502 commit f1651b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* auto completion for robotframework keywords and debug shell commands
* save history to file
* rename shell script rfshell to rfdebug
* release version 1.0.0

2017-08-03 Xie Yanbo <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion DebugLibrary.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
from robot.running.namespace import IMPORTER
from robot.variables import is_var

__version__ = '0.9.1'
__version__ = '1.0.0'

HISTORY_PATH = os.environ.get('RFDEBUG_HISTORY', '~/.rfdebug_history')
KEYWORD_SEP = re.compile(' +|\t')
Expand Down

0 comments on commit f1651b1

Please sign in to comment.