github PyGithub/PyGithub v1.45

latest releases: v2.3.0, v2.2.0, v2.1.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.