This is an automated email from the ASF dual-hosted git repository. jiayu pushed a commit to branch SEDONA-590 in repository https://gitbox.apache.org/repos/asf/sedona.git
commit 98feb9acee9c8de2514ad4fd7b0ed081c972e23a Author: Jia Yu <[email protected]> AuthorDate: Fri Jun 7 12:53:51 2024 -0700 Update version --- docs/api/flink/Constructor.md | 2 +- docs/api/sql/Constructor.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/flink/Constructor.md b/docs/api/flink/Constructor.md index bf42c9634..0e63af55b 100644 --- a/docs/api/flink/Constructor.md +++ b/docs/api/flink/Constructor.md @@ -476,7 +476,7 @@ Format: `ST_MPointFromText (Wkt: String, srid: Integer)` -Since: `vTBD` +Since: `v1.6.1` SQL Example: diff --git a/docs/api/sql/Constructor.md b/docs/api/sql/Constructor.md index 8e6d90f93..33a5947ae 100644 --- a/docs/api/sql/Constructor.md +++ b/docs/api/sql/Constructor.md @@ -531,7 +531,7 @@ Format: `ST_MPointFromText (Wkt: String, srid: Integer)` -Since: `vTBD` +Since: `v1.6.1` SQL Example:
