From efc48cdbb0aa0d92a98428b2378cd113a17fa7de Mon Sep 17 00:00:00 2001 From: Ang Li Date: Thu, 29 Aug 2024 14:28:48 -0700 Subject: [PATCH 1/2] 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..c2d1807d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. 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",] From e21d5788d8027e56713767ecddb88dfda805c464 Mon Sep 17 00:00:00 2001 From: Ang Li Date: Thu, 29 Aug 2024 16:13:58 -0700 Subject: [PATCH 2/2] Fix typos. --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2d1807d..3b270a78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,10 @@ ## Mobly Release 1.12.4: Improvements -Maintenance relase with small improvements and fixes. +Maintenance release with small improvements and fixes. ### New -* Introduced`apk_utils` module for Android apk install/uninstall. +* Introduced `apk_utils` module for Android apk install/uninstall. ### Fixes * Bugs in snippet client.