This is an automated email from the ASF dual-hosted git repository.
asorokoumov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/otava.git
The following commit(s) were added to refs/heads/master by this push:
new 19c4dfd Remove +incubating, add it to description and authors instead
(#59)
19c4dfd is described below
commit 19c4dfd6c868090424d611ea50572a4cd522382e
Author: Alex Sorokoumov <[email protected]>
AuthorDate: Wed Jun 4 20:56:25 2025 -0700
Remove +incubating, add it to description and authors instead (#59)
* Remove +incubating, add it to description and authors instead
* Drop 'Developers'
---
pyproject.toml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml
index 623dfe4..d4a3e4a 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) <[email protected]>"]
include = ["DISCLAIMER"]
-packages = [{include = "otava"}]
+packages = [{ include = "otava" }]
[tool.poetry.dependencies]
dateparser = "^1.0.0"