0.4.0: 2013-01-16
In github3.legacy.LegacyRepo
has_{downloads,issues,wiki}are now attributes.is_private()and theprivateattribute return the same thingis_private()will be deprecated in the next release.
In github3.repos.Repository
is_fork()is now deprecated in favor of theforkattributeis_private()is now deprecated in favor of theprivateattribute
In github3.repos.Hook
is_active()is now deprecated in favor of theactiveattribute
In github3.pulls.PullRequest
is_mergeable()is now deprecated in favor of themergeableattribute
In github3.notifications.Thread
is_unread()is now deprecated in favor of theunread
pubsubhubbub()is now present on theGitHubobject and will be removed from theRepositoryobject in the next release70% test coverage