Skip to content

Commit 2fc7d84

Browse files
author
Sakari Rautiainen
authored
Merge pull request #76 from bitbar/devel
Release 2.41.2
2 parents 42484e2 + d00d7cf commit 2fc7d84

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
2.41.2
2+
* Add api to abort a test run
13
2.41.1
24
* Possibility to include additional custom params when launching new test run
35
2.41.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import sys, os
44

55

6-
version = '2.41.1'
6+
version = '2.41.2'
77

88
setup(name='testdroid',
99
version=version,

testdroid/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from optparse import OptionParser
66
from datetime import datetime
77

8-
__version__ = '2.41.1'
8+
__version__ = '2.41.2'
99

1010
FORMAT = "%(message)s"
1111
logging.basicConfig(format=FORMAT)

0 commit comments

Comments
 (0)