Repository: yetus Updated Branches: refs/heads/master 0223ebf82 -> de0d3df7d
YETUS-448 Fix the docs for supported python versions Signed-off-by: Allen Wittenauer <[email protected]> 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 <[email protected]> Authored: Fri Aug 26 17:14:03 2016 +0530 Committer: Allen Wittenauer <[email protected]> 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
