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

kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 26d7ae3  [Website] Added post with 4.0.1 release (#122)
26d7ae3 is described below

commit 26d7ae32e656ea0db5f43e0c2dfc8f8c7f6b0966
Author: Jorge Leitao <[email protected]>
AuthorDate: Sat Jun 19 22:49:27 2021 +0200

    [Website] Added post with 4.0.1 release (#122)
---
 _posts/2021-06-19-4.0.1-release.md | 39 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

diff --git a/_posts/2021-06-19-4.0.1-release.md 
b/_posts/2021-06-19-4.0.1-release.md
new file mode 100644
index 0000000..004cdf3
--- /dev/null
+++ b/_posts/2021-06-19-4.0.1-release.md
@@ -0,0 +1,39 @@
+---
+layout: post
+title: "Apache Arrow 4.0.1 Release"
+date: "2021-06-19 00:00:00 0000"
+author: pmc
+categories: [release]
+---
+<!--
+{% comment %}
+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.
+{% endcomment %}
+-->
+
+
+The Apache Arrow team is pleased to announce the 4.0.1 release. This
+release covers general bug fixes on the different implementations, notably
+C++, R, Python and JavaScript.
+The list is available [here][1], with the list of contributors [here][2]
+and changelog [here][3].
+
+As usual, see [the install page][4] for instructions on how to install it.
+
+[1]: 
https://issues.apache.org/jira/issues/?jql=project%20%3D%20ARROW%20AND%20status%20%3D%20Resolved%20AND%20fixVersion%20%3D%204.0.1
+[2]: {{ site.baseurl }}/release/4.0.1.html#contributors
+[3]: {{ site.baseurl }}/release/4.0.1.html
+[4]: {{ site.baseurl }}/install/

Reply via email to