This is an automated email from the ASF dual-hosted git repository.

jiayu pushed a commit to branch bump-version
in repository https://gitbox.apache.org/repos/asf/sedona.git

commit 21313b15dd4ba1bf1131619e044a1af8dc7c72de
Author: Jia Yu <[email protected]>
AuthorDate: Mon Mar 10 20:34:03 2025 -0700

    Bump version to 1.7.1
---
 R/DESCRIPTION            |  2 +-
 R/R/dependencies.R       |  4 ++--
 mkdocs.yml               | 12 ++++++------
 python/sedona/version.py |  2 +-
 zeppelin/package.json    |  2 +-
 5 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/R/DESCRIPTION b/R/DESCRIPTION
index 76e111657e..1a9a8f90ee 100644
--- a/R/DESCRIPTION
+++ b/R/DESCRIPTION
@@ -1,7 +1,7 @@
 Type: Package
 Package: apache.sedona
 Title: R Interface for Apache Sedona
-Version: 1.7.0.900
+Version: 1.7.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 b33e7d3f84..90464de868 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.7.0-28.5"
+    "org.datasyslab:geotools-wrapper:1.7.1-28.5"
   )
   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.7.0", spark_version, scala_version)
+        sprintf("-%s_%s:1.7.1", spark_version, scala_version)
       ),
       packages
     )
diff --git a/mkdocs.yml b/mkdocs.yml
index 6f1cf1c5e1..bb9fa611df 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -196,12 +196,12 @@ extra:
     current_version: 1.7.0
     current_geotools: 1.7.0-28.5
   sedona_create_release:
-    current_version: 1.7.0
-    current_git_tag: sedona-1.7.0-rc1
-    current_rc: 1.7.0-rc1
-    current_snapshot: 1.7.1-SNAPSHOT
-    next_version: 1.7.1
-copyright: Copyright © 2024 The Apache Software Foundation. Apache Sedona, 
Sedona, Apache, the Apache feather logo, and the Apache Sedona project logo are 
either registered trademarks or trademarks of The Apache Software Foundation in 
the United States and other countries. All other marks mentioned may be 
trademarks or registered trademarks of their respective owners. Please visit <a 
href="https://www.apache.org/";>Apache Software Foundation</a> for more 
details.<img referrerpolicy="no-re [...]
+    current_version: 1.7.1
+    current_git_tag: sedona-1.7.1-rc1
+    current_rc: 1.7.1-rc1
+    current_snapshot: 1.8.0-SNAPSHOT
+    next_version: 1.8.0
+copyright: Copyright © 2025 The Apache Software Foundation. Apache Sedona, 
Sedona, Apache, the Apache feather logo, and the Apache Sedona project logo are 
either registered trademarks or trademarks of The Apache Software Foundation in 
the United States and other countries. All other marks mentioned may be 
trademarks or registered trademarks of their respective owners. Please visit <a 
href="https://www.apache.org/";>Apache Software Foundation</a> for more 
details.<img referrerpolicy="no-re [...]
 
 markdown_extensions:
   - admonition
diff --git a/python/sedona/version.py b/python/sedona/version.py
index 86c53bc9a2..46f0c76050 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.7.0"
+version = "1.7.1"
diff --git a/zeppelin/package.json b/zeppelin/package.json
index 13e154e5a1..f1728ad28c 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.7.0",
+  "version": "1.7.1",
   "main": "index.js",
   "scripts": {
     "test": "echo \"Error: no test specified\" && exit 1",

Reply via email to