From daae60c7dff0415b6dd45f4ca56756abe3c317dc Mon Sep 17 00:00:00 2001 From: Xianyuan Jia Date: Wed, 15 Jul 2026 14:11:50 -0700 Subject: [PATCH] release notes for v1.5.3 --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89e87ab..8a689c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,25 @@ # Mobly Android Partner Tools release history +## 1.5.3 (2026-07-15) + +### Fixes +* [results_uploader] Fix handling for repeated/retried test case names. + + ## 1.5.2 (2026-04-21) ### New * [results_uploader] In non-interactive mode, continue to upload to GCS even if the initial Resultstore invocation creation fails. + ## 1.5.1 (2026-02-26) ### New * [results_uploader] Support linking a Resultstore invocation to GCS files previously uploaded by other means. + ## 1.5.0 (2025-11-18) ### New diff --git a/pyproject.toml b/pyproject.toml index 306826e..315db22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "mobly-android-partner-tools" -version = "1.5.2" +version = "1.5.3" description = "Command-line utilities used by Android partners to run packaged Mobly tests and upload test results." readme = "README.md" requires-python = ">=3.11"