Repository: bahir-website Updated Branches: refs/heads/master 2df4250dd -> faf780f9c
Update website with Bahir for Apache Spark 2.0.1 Project: http://git-wip-us.apache.org/repos/asf/bahir-website/repo Commit: http://git-wip-us.apache.org/repos/asf/bahir-website/commit/faf780f9 Tree: http://git-wip-us.apache.org/repos/asf/bahir-website/tree/faf780f9 Diff: http://git-wip-us.apache.org/repos/asf/bahir-website/diff/faf780f9 Branch: refs/heads/master Commit: faf780f9c1b9902121dfb28f3c691c45028fb86d Parents: 2df4250 Author: Luciano Resende <[email protected]> Authored: Fri Oct 28 01:35:12 2016 +0200 Committer: Luciano Resende <[email protected]> Committed: Fri Oct 28 01:35:12 2016 +0200 ---------------------------------------------------------------------- site/_data/project.yml | 4 ++-- site/_data/releases.yml | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bahir-website/blob/faf780f9/site/_data/project.yml ---------------------------------------------------------------------- diff --git a/site/_data/project.yml b/site/_data/project.yml index 1de896a..4bde46a 100644 --- a/site/_data/project.yml +++ b/site/_data/project.yml @@ -22,8 +22,8 @@ github_project_name: bahir description: Apache Bahir provides extensions to distributed analytic platforms such as Apache Spark. download: /download -latest_release: 2.0.0 -latest_release_date: 08/11/2016 +latest_release: 2.0.1 +latest_release_date: 11/27/2016 dev_list: [email protected] dev_list_subscribe: [email protected] http://git-wip-us.apache.org/repos/asf/bahir-website/blob/faf780f9/site/_data/releases.yml ---------------------------------------------------------------------- diff --git a/site/_data/releases.yml b/site/_data/releases.yml index 993c34f..2fcd101 100644 --- a/site/_data/releases.yml +++ b/site/_data/releases.yml @@ -14,8 +14,11 @@ # limitations under the License. # +- version: 2.0.1 + date: 11/27/2016 + - version: 2.0.0 date: 08/10/2016 - version: 2.0.0-preview - date: 07/01/2016 \ No newline at end of file + date: 07/01/2016
