This is an automated email from the ASF dual-hosted git repository. asorokoumov pushed a commit to branch remove-plus-incubating in repository https://gitbox.apache.org/repos/asf/otava.git
commit f61d0158c72e6eea7392554fe21021aa6e5a961d Author: Alex Sorokoumov <[email protected]> AuthorDate: Wed Jun 4 18:45:03 2025 -0700 Remove +incubating, add it to description and authors instead --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 623dfe4..7d9b346 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,11 +17,11 @@ [tool.poetry] name = "apache-otava" -version = "0.6.0+incubating" -description = "Change Detection for Continuous Performance Engineering" -authors = ["Apache Otava Developers <[email protected]>"] +version = "0.6.0" +description = "Apache Otava (Incubating): Change Detection for Continuous Performance Engineering" +authors = ["Apache Otava (Incubating) Developers <[email protected]>"] include = ["DISCLAIMER"] -packages = [{include = "otava"}] +packages = [{ include = "otava" }] [tool.poetry.dependencies] dateparser = "^1.0.0"
