From 0d634aad9aa85a98103a6cac377f90612eb48446 Mon Sep 17 00:00:00 2001 From: Ang Li Date: Thu, 29 Aug 2024 16:41:44 -0700 Subject: [PATCH] Mobly Release 1.12.4 (#937) Mobly Release 1.12.4 --- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 424dc648..3b270a78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/pyproject.toml b/pyproject.toml index 47bbbfc9..601ee9e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",] @@ -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",]