You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sedona.apache.org by ji...@apache.org on 2022/11/12 00:31:11 UTC

[incubator-sedona] branch master updated: [DOCS] Update Python, R, Zeppelin packages all to Sedona 1.3.0

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/incubator-sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new 3c7e5be6 [DOCS] Update Python, R, Zeppelin packages all to Sedona 1.3.0
3c7e5be6 is described below

commit 3c7e5be68c267946501ded6da9d18421db947968
Author: Jia Yu <ji...@apache.org>
AuthorDate: Fri Nov 11 17:31:05 2022 -0700

    [DOCS] Update Python, R, Zeppelin packages all to Sedona 1.3.0
---
 R/DESCRIPTION            | 2 +-
 python/sedona/version.py | 2 +-
 zeppelin/package.json    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/R/DESCRIPTION b/R/DESCRIPTION
index e7b5e21c..5030ed7e 100644
--- a/R/DESCRIPTION
+++ b/R/DESCRIPTION
@@ -1,7 +1,7 @@
 Type: Package
 Package: apache.sedona
 Title: R Interface for Apache Sedona
-Version: 1.2.1
+Version: 1.3.0
 Authors@R:
     c(person(family = "Apache Sedona",
              role = c("aut", "cre"),
diff --git a/python/sedona/version.py b/python/sedona/version.py
index 616c84bf..8bf02424 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.2.1"
+version = "1.3.0"
diff --git a/zeppelin/package.json b/zeppelin/package.json
index 9734a3a1..176125d0 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.2.1-incubating",
+  "version": "1.3.0-incubating",
   "main": "index.js",
   "scripts": {
     "test": "echo \"Error: no test specified\" && exit 1",