From de8a47bae24087f2676fe208545c7f7b825daabd Mon Sep 17 00:00:00 2001 From: Mikko Korpela Date: Sun, 3 Oct 2021 15:58:35 +0300 Subject: [PATCH] Bump version to 2.1.0 --- pabot/pabot.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pabot/pabot.py b/pabot/pabot.py index 2387a3e9..37d5a2ea 100755 --- a/pabot/pabot.py +++ b/pabot/pabot.py @@ -16,7 +16,7 @@ # # partly based on work by Nokia Solutions and Networks Oyj """A parallel executor for Robot Framework test cases. -Version 2.0.1 +Version 2.1.0 Supports all Robot Framework command line options and also following options (these must be before normal RF options): diff --git a/setup.py b/setup.py index aecec773..23e3066f 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name="robotframework-pabot", - version="2.0.1", + version="2.1.0", description="Parallel test runner for Robot Framework", long_description="A parallel executor for Robot Framework tests." " With Pabot you can split one execution into multiple and save test execution time.",