Skip to content

Commit c5170de

Browse files
committed
release v2.0.0
1 parent 9f87267 commit c5170de

3 files changed

Lines changed: 18 additions & 1 deletion

File tree

ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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+
110
2020-04-30 Xie Yanbo <xieyanbo@gmail.com>
211

312
* release version 1.3.1

DebugLibrary/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '1.3.1'
1+
VERSION = '2.0.0'

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
2728
Installation
2829
------------
2930

3031
To 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

3543
Usage
3644
-----

0 commit comments

Comments
 (0)