From 18aae7fd4a95f305873b98c04795a749575bca56 Mon Sep 17 00:00:00 2001 From: Sahil Jain Date: Fri, 20 Dec 2024 14:35:50 -0800 Subject: [PATCH] BeToCQ Release 2.4.0 updated CHANGELOG.md, verions.py, and pyproject.toml with updated version. --- CHANGELOG.md | 11 +++++++++++ betocq/version.py | 2 +- pyproject.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3867b9..b8745e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # BetoCQ test suite release history +## 2.4.0 (12/20/2024) + +## New +* Update Triage tips for the WLAN upgrade failure. +* Add multi-payload test parameters and optimize multi-payload transfer tests. +* Open source Mobly snippet APK codes. + +## Bug fixes +* Lower MCC Hotspot speed target as the speed is further degraded due to out-of-sync between source and target devices. +* Move to use hermetic override for P/H flag configuration. + ## 2.3.3 (08/27/2024) ## New diff --git a/betocq/version.py b/betocq/version.py index d01ce16..1be71b7 100644 --- a/betocq/version.py +++ b/betocq/version.py @@ -15,7 +15,7 @@ """Define the Beto CQ test script version.""" -TEST_SCRIPT_VERSION = '2.3.3' +TEST_SCRIPT_VERSION = '2.4.0' # VERSION_LOG (only add new description for new version, keep the history log) # '2.0.0': 'initial version' diff --git a/pyproject.toml b/pyproject.toml index 8e55a58..2ced11b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "betocq" -version = "2.3.3" +version = "2.4.0" description = "Better Together Connectivity Quality test suite." readme = "README.md" requires-python = ">=3.11"