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/08 19:13:38 UTC

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

commit 6ea2b7f72388beb65d2107557feb6dbcc0fad60f
Author: jiayuasu <ji...@gmail.com>
AuthorDate: Tue Mar 8 11:13:13 2022 -0800

    Revert "[DOCS] Update Python, R, Npm versions to 1.2.0"
    
    This reverts commit 213a8390366d6e325cbb03e7b107f47b1a7fbd3d.
---
 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 bbec53b..d6109f4 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.0
+Version: 1.1.1
 Authors@R:
     c(person(family = "Apache Sedona",
              role = c("aut", "cre"),
diff --git a/python/sedona/version.py b/python/sedona/version.py
index a3f2799..81614a8 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.0"
+version = "1.1.1"
diff --git a/zeppelin/package.json b/zeppelin/package.json
index b894556..d4a7b17 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.0-incubating",
+  "version": "1.1.1-incubating",
   "main": "index.js",
   "scripts": {
     "test": "echo \"Error: no test specified\" && exit 1",