This is an automated email from the ASF dual-hosted git repository. jiayu pushed a commit to branch SEDONA-595 in repository https://gitbox.apache.org/repos/asf/sedona.git
commit 2083276a71d85dd8cbdb7b1b3b641784c1f34896 Author: Jia Yu <[email protected]> AuthorDate: Fri Jun 7 14:14:23 2024 -0700 Update versions --- 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 c01578220..fdeaa6ba2 100644 --- a/docs/api/flink/Constructor.md +++ b/docs/api/flink/Constructor.md @@ -591,7 +591,7 @@ Introduction: Creates a point with X, Y, and M coordinate. Use [ST_MakePoint](#s Format: `ST_MakePointM(x: Double, y: Double, m: Double)` -Since: `vTBD` +Since: `v1.6.1` Example: diff --git a/docs/api/sql/Constructor.md b/docs/api/sql/Constructor.md index d92c16c9f..c1417cf27 100644 --- a/docs/api/sql/Constructor.md +++ b/docs/api/sql/Constructor.md @@ -650,7 +650,7 @@ Introduction: Creates a point with X, Y, and M coordinate. Use [ST_MakePoint](#s Format: `ST_MakePointM(x: Double, y: Double, m: Double)` -Since: `vTBD` +Since: `v1.6.1` Example:
