From aad22b7d28ef4372312d36a3aa3f68ff9621cf41 Mon Sep 17 00:00:00 2001 From: Mikko Korpela Date: Sun, 31 Jul 2022 19:01:09 +0300 Subject: [PATCH] Bump version to 2.5.5 --- 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 859e09b9..bdb03266 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.5.4 +Version 2.5.5 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 36713647..470048e0 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name="robotframework-pabot", - version="2.5.4", + version="2.5.5", 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.",