Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 485 Bytes

RELEASE.md

File metadata and controls

12 lines (10 loc) · 485 Bytes

Making a new release

The following steps will create a new release:

  1. Bump version in setup.py
  2. Create a PR
  3. Merge PR
  4. Go to GitHub release
  5. Create a new tag pointing to the latest commit from master (the commit which bumped the version)
  6. Add the release notes (as per existing ones)
  7. Publish release
  8. The above will trigger a new Travis CI build and deploy the new release to PyPi