This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git
The following commit(s) were added to refs/heads/master by this push:
new e90b9d673 [DOCS] Bump Sedona Python, R, Zeppelin version to 1.6.1
(#1552)
e90b9d673 is described below
commit e90b9d67321a4171a665e533598ab2cac13dae3f
Author: Jia Yu <[email protected]>
AuthorDate: Sun Aug 18 21:56:17 2024 -0700
[DOCS] Bump Sedona Python, R, Zeppelin version to 1.6.1 (#1552)
---
R/DESCRIPTION | 2 +-
R/R/dependencies.R | 4 ++--
python/sedona/version.py | 2 +-
zeppelin/package.json | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/R/DESCRIPTION b/R/DESCRIPTION
index 6cdaaa5d6..dd64e5252 100644
--- a/R/DESCRIPTION
+++ b/R/DESCRIPTION
@@ -1,7 +1,7 @@
Type: Package
Package: apache.sedona
Title: R Interface for Apache Sedona
-Version: 1.6.0.900
+Version: 1.6.1
Authors@R:
c(person(family = "Apache Sedona",
role = c("aut", "cre"),
diff --git a/R/R/dependencies.R b/R/R/dependencies.R
index c67d882b4..9e469d138 100644
--- a/R/R/dependencies.R
+++ b/R/R/dependencies.R
@@ -25,7 +25,7 @@ spark_dependencies <- function(spark_version, scala_version,
...) {
}
packages <- c(
- "org.datasyslab:geotools-wrapper:1.6.0-28.2"
+ "org.datasyslab:geotools-wrapper:1.6.1-28.2"
)
jars <- NULL
@@ -38,7 +38,7 @@ spark_dependencies <- function(spark_version, scala_version,
...) {
paste0(
"org.apache.sedona:sedona-",
c("spark-shaded"),
- sprintf("-%s_%s:1.6.0", spark_version, scala_version)
+ sprintf("-%s_%s:1.6.1", spark_version, scala_version)
),
packages
)
diff --git a/python/sedona/version.py b/python/sedona/version.py
index fd9a4e09f..37c0609dc 100644
--- a/python/sedona/version.py
+++ b/python/sedona/version.py
@@ -15,4 +15,4 @@
# specific language governing permissions and limitations
# under the License.
-version = "1.6.0"
+version = "1.6.1"
diff --git a/zeppelin/package.json b/zeppelin/package.json
index b906a4c10..a37002bb0 100644
--- a/zeppelin/package.json
+++ b/zeppelin/package.json
@@ -2,7 +2,7 @@
"name": "apache-sedona",
"description": "Zeppelin visualization support for Sedona",
"author": "Apache Sedona, original authors are listed on
https://github.com/myuwono/zeppelin-leaflet",
- "version": "1.6.0",
+ "version": "1.6.1",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",