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 713d99e0 [DOCS] Update Python, R, Zeppelin plugin version numbers to
1.3.1
713d99e0 is described below
commit 713d99e00b62489bf62bc855bd0df32a7d0d73b9
Author: Jia Yu <[email protected]>
AuthorDate: Mon Dec 12 00:45:39 2022 -0800
[DOCS] Update Python, R, Zeppelin plugin version numbers to 1.3.1
---
R/DESCRIPTION | 2 +-
.../org/apache/sedona/core/utils/SedonaConfTest.java | 18 ++++++++++++++++++
python/sedona/version.py | 2 +-
zeppelin/package.json | 2 +-
4 files changed, 21 insertions(+), 3 deletions(-)
diff --git a/R/DESCRIPTION b/R/DESCRIPTION
index 5030ed7e..32c12614 100644
--- a/R/DESCRIPTION
+++ b/R/DESCRIPTION
@@ -1,7 +1,7 @@
Type: Package
Package: apache.sedona
Title: R Interface for Apache Sedona
-Version: 1.3.0
+Version: 1.3.1
Authors@R:
c(person(family = "Apache Sedona",
role = c("aut", "cre"),
diff --git
a/core/src/test/java/org/apache/sedona/core/utils/SedonaConfTest.java
b/core/src/test/java/org/apache/sedona/core/utils/SedonaConfTest.java
index 98907294..709e0630 100644
--- a/core/src/test/java/org/apache/sedona/core/utils/SedonaConfTest.java
+++ b/core/src/test/java/org/apache/sedona/core/utils/SedonaConfTest.java
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
package org.apache.sedona.core.utils;
import org.apache.spark.sql.SparkSession;
diff --git a/python/sedona/version.py b/python/sedona/version.py
index 8bf02424..fe079713 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.3.0"
+version = "1.3.1"
diff --git a/zeppelin/package.json b/zeppelin/package.json
index 176125d0..b0948a85 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.3.0-incubating",
+ "version": "1.3.1-incubating",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",