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/03/06 10:00:18 UTC

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

commit 213a8390366d6e325cbb03e7b107f47b1a7fbd3d
Author: Jia Yu <ji...@apache.org>
AuthorDate: Sun Mar 6 02:00:12 2022 -0800

    [DOCS] Update Python, R, Npm versions to 1.2.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 d6109f4..bbec53b 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 81614a8..a3f2799 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 d4a7b17..b894556 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",