Skip to content

Commit 5de78a9

Browse files
authored
Mobly Release 1.11. (#761)
1 parent a687b66 commit 5de78a9

2 files changed

Lines changed: 22 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
# Mobly Release History
22

33

4+
## Mobly Release 1.11: Py2 Deprecation and Repeat/Retry Support
5+
6+
This release focuses on code quality improvement, refactoring, and legacy
7+
code removal.
8+
9+
Py2-specific workarounds and deprecated APIs are removed in this release.
10+
We are also refactoring to use 2-space indentation and unit test system.
11+
12+
### New
13+
* Framework support for test case level `repeat` and `retry`.
14+
15+
### Breaking Changes
16+
* Removal of Py2 support
17+
* Removal of the `monsoon` controller
18+
19+
### Fixes
20+
* Various improvements in Android device controller
21+
* More metadata collected for test runs
22+
23+
424
## Mobly Release 1.10.1: Incremental fixes
525

626
This release contains minor fixes and improvements.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ def run_tests(self):
4444
def main():
4545
setuptools.setup(
4646
name='mobly',
47-
version='1.10.1',
47+
version='1.11',
4848
maintainer='Ang Li',
4949
maintainer_email='mobly-github@googlegroups.com',
5050
description='Automation framework for special end-to-end test cases',
5151
license='Apache2.0',
5252
url='https://github.com/google/mobly',
53-
download_url='https://github.com/google/mobly/tarball/1.10.1',
53+
download_url='https://github.com/google/mobly/tarball/1.11',
5454
packages=setuptools.find_packages(exclude=['tests']),
5555
include_package_data=False,
5656
scripts=['tools/sl4a_shell.py', 'tools/snippet_shell.py'],

0 commit comments

Comments
 (0)