Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 92AF7200B75 for ; Sun, 4 Sep 2016 23:59:00 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 912DE160AB9; Sun, 4 Sep 2016 21:59:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D813A160AAB for ; Sun, 4 Sep 2016 23:58:59 +0200 (CEST) Received: (qmail 92910 invoked by uid 500); 4 Sep 2016 21:58:58 -0000 Mailing-List: contact commits-help@yetus.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@yetus.apache.org Delivered-To: mailing list commits@yetus.apache.org Received: (qmail 92901 invoked by uid 99); 4 Sep 2016 21:58:58 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Sep 2016 21:58:58 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AB59BDFDD3; Sun, 4 Sep 2016 21:58:58 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aw@apache.org To: commits@yetus.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: yetus git commit: YETUS-448 Fix the docs for supported python versions Date: Sun, 4 Sep 2016 21:58:58 +0000 (UTC) archived-at: Sun, 04 Sep 2016 21:59:00 -0000 Repository: yetus Updated Branches: refs/heads/master 0223ebf82 -> de0d3df7d YETUS-448 Fix the docs for supported python versions Signed-off-by: Allen Wittenauer Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/de0d3df7 Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/de0d3df7 Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/de0d3df7 Branch: refs/heads/master Commit: de0d3df7d194abadc4f611a1c74cb9d64fe4a309 Parents: 0223ebf Author: Ajay Yadava Authored: Fri Aug 26 17:14:03 2016 +0530 Committer: Allen Wittenauer Committed: Sun Sep 4 14:58:40 2016 -0700 ---------------------------------------------------------------------- asf-site-src/source/contribute/releases.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/de0d3df7/asf-site-src/source/contribute/releases.md ---------------------------------------------------------------------- diff --git a/asf-site-src/source/contribute/releases.md b/asf-site-src/source/contribute/releases.md index 604e8ab..a596abc 100644 --- a/asf-site-src/source/contribute/releases.md +++ b/asf-site-src/source/contribute/releases.md @@ -42,9 +42,9 @@ The Subversion project provides a nice set of pointers to installing on various To create our convenience binary artifact, you'll need to build both our project docs and all of individual components. If you normally only work on one part of the project, say Yetus Precommit, this might require some additional programming languages and tools. - Yetus Audience Annotations will require Maven 3.2.0+ and Java 7. -- Yetus Precommit will require Python 2.7 for generating documentation on its API via Yetus Shelldocs. +- Yetus Precommit will require Python 2.6+ for generating documentation on its API via Yetus Shelldocs. - The project documentation will require Ruby 2.x+ for rendering. -- We'll build release notes with Yetus Release Doc Maker, which will require Python 2.7. +- We'll build release notes with Yetus Release Doc Maker, which will require Python 2.6+. - Assembling release artifacts will make use of bash, tar, gzip, and md5sum. ## Setup