Skip to content

Commit

Permalink
Publish version 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquev6 committed Apr 17, 2012
1 parent 0af2449 commit 2a7e80e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
7 changes: 7 additions & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ Then play with your Github objects:
History
=======

Version 0.6 (April 17th, 2012)
------------------------------

* Fix [issue 21](https://github.com/jacquev6/PyGithub/issues/21) (KeyError when accessing repositories)
* Re-completed the API with NamedUser.create_gist


Version 0.5 (March 19th, 2012)
------------------------------

Expand Down
1 change: 1 addition & 0 deletions ReferenceOfClasses.md
Original file line number Diff line number Diff line change
Expand Up @@ -783,6 +783,7 @@ Attributes
* `mirror_url`
* `updated_at`
* `id`
* `permissions`
* `owner`: `NamedUser`
* `parent`: `Repository`
* `source`: `Repository`
Expand Down
4 changes: 1 addition & 3 deletions RoadMap.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
Planned releases
================

(updated March 19th, 2012)

* First full release (version 1.0, planned around March 25th)
* First full release (version 1.0)
* review public interface
* better use of http status (403, 404, etc. raising different exceptions)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name = 'PyGithub',
version = '0.5',
version = '0.6',
description = 'Use the full Github API v3',
author = 'Vincent Jacques',
author_email = 'vincent@vincent-jacques.net',
Expand Down

0 comments on commit 2a7e80e

Please sign in to comment.