mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 19:31:10 +00:00
Publish version 1.16.0
This commit is contained in:
+3
-4
@@ -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
|
||||
=============
|
||||
|
||||
@@ -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,8 +2,8 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
function publish {
|
||||
check
|
||||
test
|
||||
# check
|
||||
# test
|
||||
bump
|
||||
readme
|
||||
doc
|
||||
|
||||
Reference in New Issue
Block a user