From f572b5fab10a6e7d748f956b83f394e041a613ea Mon Sep 17 00:00:00 2001 From: Xie Yanbo Date: Fri, 17 Jul 2020 14:38:17 +0800 Subject: [PATCH] release v2.2.1 --- ChangeLog | 8 ++++++++ DebugLibrary/version.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index aeb8c45..9128aba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2020-07-17 Xie Yanbo + + * release version 2.2.1 + +2020-07-03 Stavros Ntentos + + * explicitly declare the dependent package prompt-toolkit must be >=2 + 2020-05-18 Xie Yanbo * remove selenium's short name s to avoid conflict with command step diff --git a/DebugLibrary/version.py b/DebugLibrary/version.py index 8418bbc..8ec4737 100644 --- a/DebugLibrary/version.py +++ b/DebugLibrary/version.py @@ -1 +1 @@ -VERSION = '2.2.0' +VERSION = '2.2.1'