From de327e7c2dd3d41ae64226d3b8ea87f98b87fae4 Mon Sep 17 00:00:00 2001 From: Steven Liu Date: Wed, 8 Apr 2026 21:26:30 +0000 Subject: [PATCH] Update the release version to 2.6.4 --- betocq/nearby_connection/CHANGELOG.md | 4 ++++ build_config/nearby_connection/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/betocq/nearby_connection/CHANGELOG.md b/betocq/nearby_connection/CHANGELOG.md index 475c2ab..57f1bb2 100644 --- a/betocq/nearby_connection/CHANGELOG.md +++ b/betocq/nearby_connection/CHANGELOG.md @@ -1,4 +1,8 @@ # BetoCQ test suite release history +## 2.6.4 (04/08/2026) +### Bug fixes +* Replace scc_2g_wfd_sta_test with xcc_2g_wfd_sta_test. + ## 2.6.3 (04/02/2026) ### Bug fixes * Improve the robustness of wifi SSIDs checking diff --git a/build_config/nearby_connection/pyproject.toml b/build_config/nearby_connection/pyproject.toml index d39a0bb..9a99f0c 100644 --- a/build_config/nearby_connection/pyproject.toml +++ b/build_config/nearby_connection/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "betocq" -version = "2.6.3" +version = "2.6.4" description = "Better Together Connectivity Quality test suite." readme = "README.md" requires-python = ">=3.12"