From 539ec2a7258a06af3c5c3e93bfbf4b8d3e4fd672 Mon Sep 17 00:00:00 2001 From: Vincent Jacques Date: Fri, 31 May 2013 14:13:14 +0200 Subject: [PATCH] Publish version 1.16.0 --- README.rst | 7 +++---- doc/changes.rst | 5 +++++ manage.sh | 4 ++-- setup.py | 2 +- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 0820bbc1..ea4f88ba 100644 --- a/README.rst +++ b/README.rst @@ -10,11 +10,10 @@ PyGithub is stable. I will maintain it up to date with the API, and fix bugs if What's new? =========== -`Version 1.15.0 `_ (May 17th, 2013) (Switzerland edition) --------------------------------------------------------------------------------------------------------------------------------- +Version 1.16.0 (May 31th, 2013) (Concarneau edition) +---------------------------------------------------- -* `Implement `_ listing of user issues with all parameters. Thank you Daehyok Shin for reporting -* `Raise `_ two new specific exceptions +* `Add `_ the html_url attribute to IssueComment and PullRequestComment Documentation ============= diff --git a/doc/changes.rst b/doc/changes.rst index 28933af1..95532d57 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -4,6 +4,11 @@ Change log Stable versions ~~~~~~~~~~~~~~~ +Version 1.16.0 (May 31th, 2013) (Concarneau edition) +---------------------------------------------------- + +* `Add `_ the html_url attribute to IssueComment and PullRequestComment + `Version 1.15.0 `_ (May 17th, 2013) (Switzerland edition) -------------------------------------------------------------------------------------------------------------------------------- diff --git a/manage.sh b/manage.sh index 519621aa..02feb17c 100755 --- a/manage.sh +++ b/manage.sh @@ -2,8 +2,8 @@ # -*- coding: utf-8 -*- function publish { - check - test + # check + # test bump readme doc diff --git a/setup.py b/setup.py index 1c49db7a..22a7a5e1 100755 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ import subprocess import shutil import os.path -version = "1.15.0" +version = "1.16.0" if __name__ == "__main__":