Skip to content

Commit

Permalink
Merge pull request #35 from android/srjain_betocq_release
Browse files Browse the repository at this point in the history
BeToCQ Release 2.4.0 updated CHANGELOG.md, verions.py, and pyproject.toml with updated version.
  • Loading branch information
sahilrjain authored Dec 23, 2024
2 parents ff33ee3 + 18aae7f commit e3e7297
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion betocq/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e3e7297

Please sign in to comment.