From c67f5f9d72f7ecf5299e221f590b0aee9bce049d Mon Sep 17 00:00:00 2001 From: Vincent Jacques Date: Sun, 7 Jul 2013 17:26:32 +0200 Subject: [PATCH] Prepare version 1.17.0 --- README.rst | 15 ++++++++++++--- doc/changes.rst | 8 ++++++++ 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index ea4f88ba..fb65f1c3 100644 --- a/README.rst +++ b/README.rst @@ -10,10 +10,19 @@ PyGithub is stable. I will maintain it up to date with the API, and fix bugs if What's new? =========== -Version 1.16.0 (May 31th, 2013) (Concarneau edition) ----------------------------------------------------- +Summer 2013 - I'm traveling +--------------------------- -* `Add `_ the html_url attribute to IssueComment and PullRequestComment +You may have noticed I'm a bit slower than usual to manage your issues and pull requests. +That's because I'm traveling a lot this summer. Please be patient. + +`Version 1.17.0 `_ (Jully 7th, 2013) (Hamburg edition) +----------------------------------------------------------------------------------------------------------------------------- + +* `Fix `_ bug in ``Repository.get_comment`` when using custom ``per_page``. Thank you `davidbrai `_ +* `Handle `_ Http redirects in ``Repository.get_dir_contents``. Thank you `MarkRoddy `_ +* `Implement `_ API ``/user`` in ``Github.get_users``. Thank you `rakeshcusat `_ for asking +* `Improve `_ the documentation. Thank you `martinqt `_ Documentation ============= diff --git a/doc/changes.rst b/doc/changes.rst index 95532d57..4fb35905 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -4,6 +4,14 @@ Change log Stable versions ~~~~~~~~~~~~~~~ +`Version 1.17.0 `_ (Jully 7th, 2013) (Hamburg edition) +----------------------------------------------------------------------------------------------------------------------------- + +* `Fix `_ bug in ``Repository.get_comment`` when using custom ``per_page``. Thank you `davidbrai `_ +* `Handle `_ Http redirects in ``Repository.get_dir_contents``. Thank you `MarkRoddy `_ +* `Implement `_ API ``/user`` in ``Github.get_users``. Thank you `rakeshcusat `_ for asking +* `Improve `_ the documentation. Thank you `martinqt `_ + Version 1.16.0 (May 31th, 2013) (Concarneau edition) ----------------------------------------------------