Skip to content

Commit

Permalink
bump version 0.94
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorpela committed Dec 17, 2019
1 parent 11ccbce commit a6f163a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 0.93.
Version 0.94.
Supports all Robot Framework command line options and also following
options (these must be before normal RF options):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
address = name.lower().replace(' ', '.')+chr(64)+'gmail.com'

setup(name='robotframework-pabot',
version='0.93',
version='0.94',
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 a6f163a

Please sign in to comment.