pypi PyGithub 1.45

latest releases: 1.55, 1.54.0.1, 1.54.1...
4 years ago

Important

  • This is the last release of PyGithub that will support Python 2.

Breaking Changes

  • Branch.edit_{user,team}_push_restrictions() have been removed
  • The new API is:
    • Branch.add_{user,team}_push_restrictions() to add new members
    • Branch.replace_{user,team}_push_restrictions() to replace all members
    • Branch.remove_{user,team}_push_restrictions() to remove members
  • The api_preview parameter to Github() has been removed.

Bug Fixes & Improvements

Don't miss a new PyGithub release

NewReleases is sending notifications on new releases.