Skip to content

Commit 0d634aa

Browse files
authored
Mobly Release 1.12.4 (#937)
Mobly Release 1.12.4
1 parent 3fda40a commit 0d634aa

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

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

33

4+
## Mobly Release 1.12.4: Improvements
5+
6+
Maintenance release with small improvements and fixes.
7+
8+
### New
9+
* Introduced `apk_utils` module for Android apk install/uninstall.
10+
11+
### Fixes
12+
* Bugs in snippet client.
13+
* Noise in console output on Mac.
14+
15+
[Full list of changes](https://github.com/google/mobly/milestone/31?closed=1)
16+
17+
418
## Mobly Release 1.12.3: Proper Repeat and Retry Reporting
519
Bumping min Python version requirement to 3.11.
620
Modernized the repo's packaging mechanism.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "mobly"
7-
version = "1.12.3"
7+
version = "1.12.4"
88
description = "Automation framework for special end-to-end test cases"
99
requires-python = ">=3.11"
1010
dependencies = [ "portpicker", "pywin32; platform_system == \"Windows\"", "pyyaml",]
@@ -18,7 +18,7 @@ text = "Apache2.0"
1818

1919
[project.urls]
2020
Homepage = "https://github.com/google/mobly"
21-
Download = "https://github.com/google/mobly/tarball/1.12.3"
21+
Download = "https://github.com/google/mobly/tarball/1.12.4"
2222

2323
[project.optional-dependencies]
2424
testing = [ "mock", "pytest", "pytz",]

0 commit comments

Comments
 (0)