Skip to content

Commit

Permalink
Bump version to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayuasu committed Aug 19, 2024
1 parent 5477a60 commit f098dee
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion R/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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"),
Expand Down
4 changes: 2 additions & 2 deletions R/R/dependencies.R
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
)
Expand Down
2 changes: 1 addition & 1 deletion python/sedona/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# specific language governing permissions and limitations
# under the License.

version = "1.6.0"
version = "1.6.1"
2 changes: 1 addition & 1 deletion zeppelin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f098dee

Please sign in to comment.