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/04/17 01:14:09 UTC

[incubator-sedona] branch master updated: Revert "Revert "[DOCS] Update Python, R, Npm versions to 1.2.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 c34e7002 Revert "Revert "[DOCS] Update Python, R, Npm versions to 1.2.0""
c34e7002 is described below

commit c34e7002bb78f752f0b692915b7d003a315a0647
Author: Jia Yu <ji...@apache.org>
AuthorDate: Sat Apr 16 18:13:54 2022 -0700

    Revert "Revert "[DOCS] Update Python, R, Npm versions to 1.2.0""
    
    This reverts commit 6ea2b7f72388beb65d2107557feb6dbcc0fad60f.
---
 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 d6109f48..bbec53b6 100644
--- a/R/DESCRIPTION
+++ b/R/DESCRIPTION
@@ -1,7 +1,7 @@
 Type: Package
 Package: apache.sedona
 Title: R Interface for Apache Sedona
-Version: 1.1.1
+Version: 1.2.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 81614a87..a3f2799f 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.1.1"
+version = "1.2.0"
diff --git a/zeppelin/package.json b/zeppelin/package.json
index d4a7b176..b894556a 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.1.1-incubating",
+  "version": "1.2.0-incubating",
   "main": "index.js",
   "scripts": {
     "test": "echo \"Error: no test specified\" && exit 1",