From 2a45c5abb13296f09f0f3a9ac8120ea34645cabe Mon Sep 17 00:00:00 2001 From: kaishi Date: Wed, 28 Aug 2024 11:22:44 -0700 Subject: [PATCH] update version.py for 2.3.3 release. PiperOrigin-RevId: 668534304 --- betocq/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/betocq/version.py b/betocq/version.py index accb8b8..d01ce16 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.2' +TEST_SCRIPT_VERSION = '2.3.3' # VERSION_LOG (only add new description for new version, keep the history log) # '2.0.0': 'initial version' @@ -23,4 +23,4 @@ # '2.2.0': 'add iperf for AWARE,HOTSPOT mode and disable WLAN deny list.' # '2.3.0': 'fix the low NC speed issue.' # '2.3.1': 'fix WLAN function test and improve the report format.' -# '2.3.2': 'fix network removal and other various issues.' +# '2.3.2': 'add TDLS/Aware device capability check.'