From e734adb9cc448864d0cce6ca64942fd075e8a9cf Mon Sep 17 00:00:00 2001 From: Vincent Jacques Date: Sat, 18 Feb 2012 07:27:24 +0100 Subject: [PATCH] Planned releases --- ReadMe.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ReadMe.md b/ReadMe.md index bfc524f9..aa6b83ee 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -6,6 +6,20 @@ Download and install This package is in the [Python Package Index](http://pypi.python.org/pypi/PyGithub). You can also clone it on [Github](http://github.com/jacquev6/PyGithub). +Planned releases (updated February 18th 2012) +============================================== + + - First partial release (version 0.1, planned about February 27th) + - no remaining known bugs + - full implementation of relations between users, organizations and repositories + - documentation + + - Partial releases (versions 0.x) + - implementation of other object types (git objects in priority) + + - First full release (version 1.0, planned mid-March 2015) + - full coverage of the API + Tutorial ========