Skip to content

Commit f1651b1

Browse files
committed
release version 1.0.0
1 parent 986b502 commit f1651b1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* auto completion for robotframework keywords and debug shell commands
55
* save history to file
66
* rename shell script rfshell to rfdebug
7+
* release version 1.0.0
78

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

DebugLibrary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
from robot.running.namespace import IMPORTER
6767
from robot.variables import is_var
6868

69-
__version__ = '0.9.1'
69+
__version__ = '1.0.0'
7070

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

0 commit comments

Comments
 (0)