Skip to content

Commit 2602b4a

Browse files
author
Sakari Rautiainen
committed
Release 2.40
1 parent 285796c commit 2602b4a

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.40
2+
* Fixed download_test_screenshots method to work with 2.39+ version of the Testdroid API
13
2.6.2
24
* Fixes: Init overloading fixed, api key usage for delete and posts
35
* Features: Get project config.

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.39'
6+
version = '2.40'
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.39'
8+
__version__ = '2.40'
99

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

0 commit comments

Comments
 (0)