Skip to content

Commit 65ddcc7

Browse files
committed
Bump
- Version 15.3.1
1 parent 765fc4b commit 65ddcc7

12 files changed

Lines changed: 12 additions & 12 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.3.0',
6+
version='15.3.1',
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.3.0'
26+
__version__ = '15.3.1'
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.3.0'
25+
__version__ = '15.3.1'
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.3.0'
21+
__version__ = '15.3.1'
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.3.0'
25+
__version__ = '15.3.1'
2626

2727
DEBUG = True
2828

src/com/dtmilano/android/controlpanel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
@author: Ahmed Kasem
2020
'''
2121

22-
__version__ = '15.3.0'
22+
__version__ = '15.3.1'
2323

2424
import Tkinter
2525
import ttk

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.3.0'
34+
__version__ = '15.3.1'
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.3.0'
21+
__version__ = '15.3.1'
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.3.0'
21+
__version__ = '15.3.1'
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.3.0'
21+
__version__ = '15.3.1'
2222

2323
import sys
2424
import warnings

0 commit comments

Comments
 (0)