Skip to content

Commit 42a4abd

Browse files
committed
Bump
- Version 15.6.0
1 parent 45d3fc3 commit 42a4abd

11 files changed

Lines changed: 11 additions & 11 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages
44

55
setup(name='androidviewclient',
6-
version='15.5.1',
6+
version='15.6.0',
77
description='''AndroidViewClient is a 100% pure python library and tools
88
that simplifies test script creation providing higher level
99
operations and the ability of obtaining the tree of Views present at

src/com/dtmilano/android/adb/adbclient.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
from com.dtmilano.android.adb.dumpsys import Dumpsys
2525

26-
__version__ = '15.5.1'
26+
__version__ = '15.6.0'
2727

2828
import sys
2929
import warnings

src/com/dtmilano/android/adb/dumpsys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import sys
2323
from _warnings import warn
2424

25-
__version__ = '15.5.1'
25+
__version__ = '15.6.0'
2626

2727
DEBUG = False
2828

src/com/dtmilano/android/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
@author: Diego Torres Milano
1919
'''
2020

21-
__version__ = '15.5.1'
21+
__version__ = '15.6.0'
2222

2323
import ast
2424
import os

src/com/dtmilano/android/concertina.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import random
2323

2424
__author__ = 'diego'
25-
__version__ = '15.5.1'
25+
__version__ = '15.6.0'
2626

2727
DEBUG = True
2828

src/com/dtmilano/android/plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
from com.dtmilano.android.adb.dumpsys import Dumpsys
3333

34-
__version__ = '15.5.1'
34+
__version__ = '15.6.0'
3535

3636
DEBUG = True
3737

src/com/dtmilano/android/robotframework/viewclientwrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
@author: Diego Torres Milano
1919
'''
2020

21-
__version__ = '15.5.1'
21+
__version__ = '15.6.0'
2222
__author__ = 'diego'
2323

2424
import sys

src/com/dtmilano/android/uiautomator/uiautomatorhelper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
@author: Diego Torres Milano
1919
'''
2020

21-
__version__ = '15.5.1'
21+
__version__ = '15.6.0'
2222

2323
import json
2424
import os

src/com/dtmilano/android/viewclient.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
@author: Diego Torres Milano
1919
'''
2020

21-
__version__ = '15.5.1'
21+
__version__ = '15.6.0'
2222

2323
import sys
2424
import warnings

tools/culebra

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ___________________/ /__/ /__/ /__/ /________________________________
2020
2121
'''
2222

23-
__version__ = '15.5.1'
23+
__version__ = '15.6.0'
2424

2525
import calendar
2626
import codecs

0 commit comments

Comments
 (0)