This is an automated email from the ASF dual-hosted git repository. asorokoumov pushed a commit to branch next-version-0.8.0 in repository https://gitbox.apache.org/repos/asf/otava.git
commit 0dd231545aaec7f89dd6a3302513318d012ebb2c Author: Alex Sorokoumov <[email protected]> AuthorDate: Wed Mar 11 00:38:00 2026 -0700 Set release version to 0.8.0 As discussed on the mailing list, we want the next version to be 0.8.0 instead of 1.0.0. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ab7fe61..6d5d61a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ [project] name = "apache-otava" -version = "1.0.0" +version = "0.8.0" description = "Apache Otava (Incubating): Change Detection for Continuous Performance Engineering" dynamic = ["readme"] requires-python = ">=3.10,<3.15"
