Skip to content

Releases: mozilla/agithub

Revert move to SCM driven version number derived from VCS and back to hard coded version

12 Nov 17:18
9f44e8f
Compare
Choose a tag to compare
Merge pull request #69 from gene1wood/fix-version-errors

Revert move to SCM driven version number derived from VCS and back to hard coded version

Fix TypeError when paginate is `True` and `sleep_on_ratelimit` is the default

08 Oct 00:01
86ef503
Compare
Choose a tag to compare

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)

GitHub pagination and ratelimiting

28 Jan 17:45
3854ff7
Compare
Choose a tag to compare
v2.2.0

Update setup.py to v2.2.0

Syncronize with PyPI

14 Apr 06:17
d830de7
Compare
Choose a tag to compare

This release brings the code in GitHub in line with what's been in the PyPI package since 2016-06-27