mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-02 11:51:10 +00:00
Publish version 0.6
This commit is contained in:
@@ -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)
|
||||
------------------------------
|
||||
|
||||
|
||||
@@ -783,6 +783,7 @@ Attributes
|
||||
* `mirror_url`
|
||||
* `updated_at`
|
||||
* `id`
|
||||
* `permissions`
|
||||
* `owner`: `NamedUser`
|
||||
* `parent`: `Repository`
|
||||
* `source`: `Repository`
|
||||
|
||||
+1
-3
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user