Skip to content

Release 2.2.1#68

Merged
gene1wood merged 10 commits intomozilla:masterfrom
gene1wood:release-2.2.1
Oct 8, 2019
Merged

Release 2.2.1#68
gene1wood merged 10 commits intomozilla:masterfrom
gene1wood:release-2.2.1

Conversation

@gene1wood
Copy link
Copy Markdown
Collaborator

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

Remove mock module to avoid collision with builtin mock module name. Moved Client class inside into agithub_test
…ded version

Change VERSION constant from semver list (e.g. [2, 2, 1]) to string version (e.g. 2.2.1)
Remove STR_VERSION constant
This doesn't yet mock the response from GitHub, it makes a live call
This call could be ratelimited or fail due to transient network issues
Once we switch to using requests we'll want to mock out this GitHub
response
Update CHANGELOG
@gene1wood gene1wood merged commit 86ef503 into mozilla:master Oct 8, 2019
@gene1wood gene1wood deleted the release-2.2.1 branch October 8, 2019 00:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant