Skip to content

Commit 8c8885d

Browse files
author
Sakari Rautiainen
authored
Merge pull request #86 from bitbar/devel
Devel to master
2 parents 82605cd + 47c11fe commit 8c8885d

File tree

3 files changed

+115
-55
lines changed

3 files changed

+115
-55
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2.42.0
2+
* Support for Python 3.x
3+
* New method to launch test run using test run config (Requires: Testdroid v2.58 or higher)
4+
* Api call to retrieve input files
15
2.41.4
26
* Don't separately update project when calling start_test_run()
37
2.41.3

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.4'
6+
version = '2.42.0'
77

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

0 commit comments

Comments
 (0)