Skip to content

Commit

Permalink
[DOCS] Upgrade Python, R, Zeppelin versions to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayuasu committed Mar 16, 2023
1 parent 4106230 commit 5583319
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.3.1.9000
Version: 1.4.0
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 @@ -38,8 +38,8 @@ spark_dependencies <- function(spark_version, scala_version, ...) {
packages <- c(
paste0(
"org.apache.sedona:sedona-",
c("core", "sql", "viz"),
sprintf("-%s_%s:1.3.1-incubating", spark_version, scala_version)
c("spark-shaded", "viz"),
sprintf("-%s_%s:1.4.0", 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.3.1"
version = "1.4.0"
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.3.1-incubating",
"version": "1.4.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down

0 comments on commit 5583319

Please sign in to comment.