Skip to content

Commit db46aff

Browse files
authored
Create release 1.3 (#182)
Also update README to officially announce support for windows.
1 parent d8d8cf6 commit db46aff

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ Mobly comes with a set of libs to control common devices like Android devices.
1919

2020
While developed by Googlers, Mobly is not an official Google product.
2121

22+
## Supported Platform
23+
- Ubuntu 14.04+
24+
- MacOS 10.6+
25+
- Windows 7+
26+
2227
## System dependencies
2328
- adb (1.0.36+ recommended)
2429
- python2.7 or python3.4+

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ def run_tests(self):
5959
def main():
6060
setuptools.setup(
6161
name='mobly',
62-
version='1.2.1',
62+
version='1.3',
6363
maintainer = 'Ang Li',
6464
maintainer_email = '[email protected]',
6565
description='Automation framework for special end-to-end test cases',
6666
license='Apache2.0',
6767
url = 'https://github.com/google/mobly',
68-
download_url = 'https://github.com/google/mobly/tarball/1.2.1',
68+
download_url = 'https://github.com/google/mobly/tarball/1.3',
6969
packages=setuptools.find_packages(),
7070
include_package_data=False,
7171
scripts=['tools/sl4a_shell.py', 'tools/snippet_shell.py'],

0 commit comments

Comments
 (0)