Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorpela committed Sep 6, 2020
1 parent 1e5e7a1 commit 045d89e
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 1.9.0
Version 1.9.1
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='1.9.0',
version='1.9.1',
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 045d89e

Please sign in to comment.