0.7.0: 2013-05-19
Fix
Issue.close,Issue.reopen, andIssue.assign. (Issue #106)Add
check_authorizationto theGitHub classto cover the new part of the API.Add
create_file,update_file,delete_file,iter_contributor_statistics,iter_commit_activity,iter_code_frequencyandweekly_commit_countto theRepositoryobject.Add
updateanddeletemethods to theContentsobject.Add
is_followingto theUserobject.Add
head,baseparameters toRepository.iter_pulls.The signature of
Hook.edithas changed since that endpoint has changed as well. See: github/developer.github.com@b95f291a47954154a6a8cd7c2296cdda9b610164github3.GitHubcan now be used as a context manager, e.g.,with github.GitHub() as gh: u = gh.user('sigmavirus24')