Publish version 0.6

This commit is contained in:
Vincent Jacques
2012-04-17 18:55:02 +01:00
parent 0af24499a9
commit 2a7e80e642
4 changed files with 10 additions and 4 deletions
+7
View File
@@ -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)
------------------------------
+1
View File
@@ -783,6 +783,7 @@ Attributes
* `mirror_url`
* `updated_at`
* `id`
* `permissions`
* `owner`: `NamedUser`
* `parent`: `Repository`
* `source`: `Repository`
+1 -3
View File
@@ -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)
+1 -1
View File
@@ -5,7 +5,7 @@ import textwrap
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',