Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mobly Release 1.12.4 #937

Merged
merged 2 commits into from
Aug 29, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 relase 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
Loading