Skip to content

Commit

Permalink
release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xyb committed May 3, 2020
1 parent 9f87267 commit c5170de
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2020-05-03 Xie Yanbo <[email protected]>

* release version 2.0.0
* drop python 2 and 3.4 support
* upgrade prompt-toolkit to 2.x
* prompt-toolkit 3 is not compatible with python3.5
* split the huge source file into small pieces
* refactory

2020-04-30 Xie Yanbo <[email protected]>

* release version 1.3.1
Expand Down
2 changes: 1 addition & 1 deletion DebugLibrary/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '1.3.1'
VERSION = '2.0.0'
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,21 @@ which can be used as an interactive shell(REPL) also.
:target: https://github.com/xyb/robotframework-debuglibrary/blob/master/LICENSE
:alt: License


Installation
------------

To install using ``pip``::

pip install robotframework-debuglibrary

NOTICE: 2.0 is not compatible with python 2
*******************************************

``DebugLibrary`` >= 2.0.0 supports Python versions 3.x only.
If you still using python 2.7, please use ``DebugLibrary`` < 2.0.0

pip install 'robotframework-debuglibrary<2'

Usage
-----
Expand Down

0 comments on commit c5170de

Please sign in to comment.