Skip to content

Commit

Permalink
Bump version to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorpela committed Mar 20, 2022
1 parent 1691c3a commit 6b7e991
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions pabot/pabot.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#
# partly based on work by Nokia Solutions and Networks Oyj
"""A parallel executor for Robot Framework test cases.
Version 2.4.0
Version 2.5.0
Supports all Robot Framework command line options and also following
options (these must be before normal RF options):
Expand Down Expand Up @@ -64,10 +64,13 @@
For example "--argumentfile1 arg1.txt --argumentfile2 arg2.txt".
--shard [SHARD]/[SHARD COUNT]
Optionally split execution into smaller pieces. This is
typically used for distributing testing to multiple machines.
Optionally split execution into smaller pieces. This can
be used for distributing testing to multiple machines.
Copyright 2019 Mikko Korpela - Apache 2 License
--chunk
Optionally chunk tests to PROCESSES number of robot runs.
Copyright 2022 Mikko Korpela - Apache 2 License
"""

from __future__ import absolute_import, print_function
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="robotframework-pabot",
version="2.4.0",
version="2.5.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.",
Expand Down

0 comments on commit 6b7e991

Please sign in to comment.