We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 285796c commit 2602b4aCopy full SHA for 2602b4a
CHANGELOG
@@ -1,3 +1,5 @@
1
+2.40
2
+ * Fixed download_test_screenshots method to work with 2.39+ version of the Testdroid API
3
2.6.2
4
* Fixes: Init overloading fixed, api key usage for delete and posts
5
* Features: Get project config.
setup.py
@@ -3,7 +3,7 @@
import sys, os
6
-version = '2.39'
+version = '2.40'
7
8
setup(name='testdroid',
9
version=version,
testdroid/__init__.py
@@ -5,7 +5,7 @@
from optparse import OptionParser
from datetime import datetime
-__version__ = '2.39'
+__version__ = '2.40'
10
FORMAT = "%(message)s"
11
logging.basicConfig(format=FORMAT)
0 commit comments