Publish version 1.16.0

This commit is contained in:
Vincent Jacques
2013-05-31 14:13:14 +02:00
parent 0f95b7d1c7
commit 539ec2a725
4 changed files with 11 additions and 7 deletions
+3 -4
View File
@@ -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 <https://github.com/jacquev6/PyGithub/issues?milestone=25&state=closed>`_ (May 17th, 2013) (Switzerland edition)
--------------------------------------------------------------------------------------------------------------------------------
Version 1.16.0 (May 31th, 2013) (Concarneau edition)
----------------------------------------------------
* `Implement <https://github.com/jacquev6/PyGithub/issues/166>`_ listing of user issues with all parameters. Thank you Daehyok Shin for reporting
* `Raise <https://github.com/jacquev6/PyGithub/issues/152>`_ two new specific exceptions
* `Add <https://github.com/jacquev6/PyGithub/pull/170>`_ the html_url attribute to IssueComment and PullRequestComment
Documentation
=============
+5
View File
@@ -4,6 +4,11 @@ Change log
Stable versions
~~~~~~~~~~~~~~~
Version 1.16.0 (May 31th, 2013) (Concarneau edition)
----------------------------------------------------
* `Add <https://github.com/jacquev6/PyGithub/pull/170>`_ the html_url attribute to IssueComment and PullRequestComment
`Version 1.15.0 <https://github.com/jacquev6/PyGithub/issues?milestone=25&state=closed>`_ (May 17th, 2013) (Switzerland edition)
--------------------------------------------------------------------------------------------------------------------------------
+2 -2
View File
@@ -2,8 +2,8 @@
# -*- coding: utf-8 -*-
function publish {
check
test
# check
# test
bump
readme
doc
+1 -1
View File
@@ -21,7 +21,7 @@ import subprocess
import shutil
import os.path
version = "1.15.0"
version = "1.16.0"
if __name__ == "__main__":