github mozilla/agithub v2.2.1
Fix TypeError when paginate is `True` and `sleep_on_ratelimit` is the default

latest release: v2.2.2
5 years ago

Added

  • Mozilla code of conduct
  • Long description to setup.py containing README
  • End to end GitHub unit test and tox testing with pytest
  • Integration with Travis CI

Changed

  • Moved to SCM (git) driven version instead of a hard coded one
  • VERSION constant from semver list (e.g. [2, 2, 1]) to string version (e.g. 2.2.1)

Removed

  • mock module to avoid collision with builtin mock module
  • STR_VERSION constant

Fixed

  • TypeError when paginate is True and sleep_on_ratelimit is the default (#66 by @huma23)

Don't miss a new agithub release

NewReleases is sending notifications on new releases.