Skip to content

Commit

Permalink
Mobly Release 1.12.4 (#937)
Browse files Browse the repository at this point in the history
Mobly Release 1.12.4
  • Loading branch information
xpconanfan authored Aug 29, 2024
1 parent 3fda40a commit 0d634aa
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Mobly Release History


## Mobly Release 1.12.4: Improvements

Maintenance release with small improvements and fixes.

### New
* Introduced `apk_utils` module for Android apk install/uninstall.

### Fixes
* Bugs in snippet client.
* Noise in console output on Mac.

[Full list of changes](https://github.com/google/mobly/milestone/31?closed=1)


## Mobly Release 1.12.3: Proper Repeat and Retry Reporting
Bumping min Python version requirement to 3.11.
Modernized the repo's packaging mechanism.
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

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

[project.urls]
Homepage = "https://github.com/google/mobly"
Download = "https://github.com/google/mobly/tarball/1.12.3"
Download = "https://github.com/google/mobly/tarball/1.12.4"

[project.optional-dependencies]
testing = [ "mock", "pytest", "pytz",]
Expand Down

0 comments on commit 0d634aa

Please sign in to comment.