Skip to content

Commit ee8c388

Browse files
author
Sakari Rautiainen
authored
Merge pull request bitbar#111 from srautiai/devel
Version bump to 2.69.0
2 parents 246752f + c978bd4 commit ee8c388

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
2.69.0
2+
* Added support for access groups
13
2.61.0
24
* Fix error with double slash for some API calls
35
* Added new test methods

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import sys, os
44

55

6-
version = '2.61.0'
6+
version = '2.69.0'
77

88
setup(name='testdroid',
99
version=version,
@@ -14,7 +14,7 @@
1414
'Topic :: Software Development',
1515
'Intended Audience :: Developers'], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
1616
keywords='testdroid rest api client',
17-
author='Henri Kivelä <[email protected]>, Sakari Rautiainen <[email protected]>, Teppo Malinen <[email protected]>, Jarno Tuovinen <[email protected]>',
17+
author='Henri Kivelä <[email protected]>, Sakari Rautiainen <[email protected]>, Teppo Malinen <[email protected]>, Jarno Tuovinen <[email protected]>, Atte Keltanen <[email protected]>',
1818
author_email='[email protected]',
1919
url='http://www.testdroid.com',
2020
license='Apache License v2.0',

testdroid/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from optparse import OptionParser
1212
from datetime import datetime
1313

14-
__version__ = '2.61.0'
14+
__version__ = '2.69.0'
1515

1616
FORMAT = "%(message)s"
1717
logging.basicConfig(format=FORMAT)

0 commit comments

Comments
 (0)