You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sedona.apache.org by ka...@apache.org on 2022/08/05 19:26:02 UTC

[incubator-sedona] branch master updated: [DOCS] Update Python, R, Zeppelin versions

This is an automated email from the ASF dual-hosted git repository.

kanchanchy 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 54b27cb5 [DOCS] Update Python, R, Zeppelin versions
54b27cb5 is described below

commit 54b27cb5bab3168390e403260c6c702e21b338e0
Author: kanchanchy <kc...@asu.edu>
AuthorDate: Fri Aug 5 12:25:29 2022 -0700

    [DOCS] Update Python, R, Zeppelin versions
---
 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 bbec53b6..531055a7 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.2.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 a3f2799f..616c84bf 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.2.1"
diff --git a/zeppelin/package.json b/zeppelin/package.json
index b894556a..9734a3a1 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.2.1-incubating",
   "main": "index.js",
   "scripts": {
     "test": "echo \"Error: no test specified\" && exit 1",