Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 981 Bytes

RELEASING.md

File metadata and controls

29 lines (22 loc) · 981 Bytes

Release checklist

Jazzband guidelines: https://jazzband.co/about/releases

  • Get master to the appropriate code release state. Travis CI should pass on master. Build Status

  • Check HISTORY.md, update version number and release date

  • Tag with version number and push tag, for example:

git tag -a v0.14.0 -m v0.14.0
git push --tags
  • Once Travis CI has built and uploaded distributions, check files at Jazzband and release to PyPI

  • Check installation:

pip uninstall -y tablib && pip install -U tablib