File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 2020-05-03 Xie Yanbo <xieyanbo@gmail.com>
2+
3+ * release version 2.0.0
4+ * drop python 2 and 3.4 support
5+ * upgrade prompt-toolkit to 2.x
6+ * prompt-toolkit 3 is not compatible with python3.5
7+ * split the huge source file into small pieces
8+ * refactory
9+
1102020-04-30 Xie Yanbo <xieyanbo@gmail.com>
211
312 * release version 1.3.1
Original file line number Diff line number Diff line change 1- VERSION = '1.3.1 '
1+ VERSION = '2.0.0 '
Original file line number Diff line number Diff line change @@ -24,13 +24,21 @@ which can be used as an interactive shell(REPL) also.
2424 :target: https://github.com/xyb/robotframework-debuglibrary/blob/master/LICENSE
2525 :alt: License
2626
27+
2728Installation
2829------------
2930
3031To install using ``pip ``::
3132
3233 pip install robotframework-debuglibrary
3334
35+ NOTICE: 2.0 is not compatible with python 2
36+ *******************************************
37+
38+ ``DebugLibrary `` >= 2.0.0 supports Python versions 3.x only.
39+ If you still using python 2.7, please use ``DebugLibrary `` < 2.0.0
40+
41+ pip install 'robotframework-debuglibrary<2'
3442
3543Usage
3644-----
You can’t perform that action at this time.
0 commit comments