forked from sigmavirus24/github3.py
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelease
More file actions
1 lines (1 loc) · 5.7 KB
/
Copy pathrelease
File metadata and controls
1 lines (1 loc) · 5.7 KB
1
{"url":"https://api.github.com/repos/sigmavirus24/github3.py/releases/76677","assets_url":"https://api.github.com/repos/sigmavirus24/github3.py/releases/76677/assets","upload_url":"https://uploads.github.com/repos/sigmavirus24/github3.py/releases/76677/assets{?name}","html_url":"https://github.com/sigmavirus24/github3.py/releases/tag/v0.7.1","id":76677,"tag_name":"v0.7.1","target_commitish":"develop","name":"","draft":false,"author":{"login":"sigmavirus24","id":240830,"avatar_url":"https://avatars.githubusercontent.com/u/240830?","gravatar_id":"c148356d89f925e692178bee1d93acf7","url":"https://api.github.com/users/sigmavirus24","html_url":"https://github.com/sigmavirus24","followers_url":"https://api.github.com/users/sigmavirus24/followers","following_url":"https://api.github.com/users/sigmavirus24/following{/other_user}","gists_url":"https://api.github.com/users/sigmavirus24/gists{/gist_id}","starred_url":"https://api.github.com/users/sigmavirus24/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/sigmavirus24/subscriptions","organizations_url":"https://api.github.com/users/sigmavirus24/orgs","repos_url":"https://api.github.com/users/sigmavirus24/repos","events_url":"https://api.github.com/users/sigmavirus24/events{/privacy}","received_events_url":"https://api.github.com/users/sigmavirus24/received_events","type":"User","site_admin":false},"prerelease":false,"created_at":"2013-10-01T00:05:04Z","published_at":"2013-10-26T02:25:22Z","assets":[{"url":"https://api.github.com/repos/sigmavirus24/github3.py/releases/assets/37944","id":37944,"name":"github3.py-0.7.1-py2.py3-none-any.whl","label":"github3.py-0.7.1-py2.py3-none-any.whl","uploader":{"login":"sigmavirus24","id":240830,"avatar_url":"https://avatars.githubusercontent.com/u/240830?","gravatar_id":"c148356d89f925e692178bee1d93acf7","url":"https://api.github.com/users/sigmavirus24","html_url":"https://github.com/sigmavirus24","followers_url":"https://api.github.com/users/sigmavirus24/followers","following_url":"https://api.github.com/users/sigmavirus24/following{/other_user}","gists_url":"https://api.github.com/users/sigmavirus24/gists{/gist_id}","starred_url":"https://api.github.com/users/sigmavirus24/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/sigmavirus24/subscriptions","organizations_url":"https://api.github.com/users/sigmavirus24/orgs","repos_url":"https://api.github.com/users/sigmavirus24/repos","events_url":"https://api.github.com/users/sigmavirus24/events{/privacy}","received_events_url":"https://api.github.com/users/sigmavirus24/received_events","type":"User","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":117140,"download_count":1,"created_at":"2013-11-15T22:35:21Z","updated_at":"2013-11-15T22:35:59Z"},{"url":"https://api.github.com/repos/sigmavirus24/github3.py/releases/assets/37945","id":37945,"name":"github3.py-0.7.1.tar.gz","label":"github3.py-0.7.1.tar.gz","uploader":{"login":"sigmavirus24","id":240830,"avatar_url":"https://avatars.githubusercontent.com/u/240830?","gravatar_id":"c148356d89f925e692178bee1d93acf7","url":"https://api.github.com/users/sigmavirus24","html_url":"https://github.com/sigmavirus24","followers_url":"https://api.github.com/users/sigmavirus24/followers","following_url":"https://api.github.com/users/sigmavirus24/following{/other_user}","gists_url":"https://api.github.com/users/sigmavirus24/gists{/gist_id}","starred_url":"https://api.github.com/users/sigmavirus24/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/sigmavirus24/subscriptions","organizations_url":"https://api.github.com/users/sigmavirus24/orgs","repos_url":"https://api.github.com/users/sigmavirus24/repos","events_url":"https://api.github.com/users/sigmavirus24/events{/privacy}","received_events_url":"https://api.github.com/users/sigmavirus24/received_events","type":"User","site_admin":false},"content_type":"application/x-gzip","state":"uploaded","size":85516,"download_count":2,"created_at":"2013-11-15T22:35:55Z","updated_at":"2013-11-15T22:35:59Z"}],"tarball_url":"https://api.github.com/repos/sigmavirus24/github3.py/tarball/v0.7.1","zipball_url":"https://api.github.com/repos/sigmavirus24/github3.py/zipball/v0.7.1","body_html":"<ul>\n<li><p>Add dependency on <a href=\"https://github.com/sigmavirus24/uritemplate\">uritemplate.py</a> to add URITemplates to different classes.<br><br>\nSee the documentation for attributes which are templates.</p></li>\n<li><p>Fixed issue trying to parse <code>html_url</code> on Pull Requests courtesy of <br><a href=\"https://github.com/rogerhu\" class=\"user-mention\">@rogerhu</a>.</p></li>\n<li><p>Remove <code>expecter</code> as a test dependency courtesy of <a href=\"https://github.com/esacteksab\" class=\"user-mention\">@esacteksab</a>.</p></li>\n<li><p>Fixed issue <a href=\"https://github.com/sigmavirus24/github3.py/issues/141\" class=\"issue-link\" title=\"Handle ReleaseEvent\">#141</a> trying to find an Event that doesn't exist.</p></li>\n</ul>","body_text":"Add dependency on uritemplate.py to add URITemplates to different classes.\nSee the documentation for attributes which are templates.\nFixed issue trying to parse html_url on Pull Requests courtesy of @rogerhu.\nRemove expecter as a test dependency courtesy of @esacteksab.\nFixed issue #141 trying to find an Event that doesn't exist.","body":"- Add dependency on [uritemplate.py][_] to add URITemplates to different classes. \r\n See the documentation for attributes which are templates.\r\n\r\n- Fixed issue trying to parse ``html_url`` on Pull Requests courtesy of \r\n @rogerhu.\r\n\r\n- Remove ``expecter`` as a test dependency courtesy of @esacteksab.\r\n\r\n- Fixed issue #141 trying to find an Event that doesn't exist.\r\n\r\n[_]: https://github.com/sigmavirus24/uritemplate"}