Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 668 Bytes

RELEASING.md

File metadata and controls

27 lines (19 loc) · 668 Bytes

Release Checklist

  • Get master to the appropriate code release state. Travis CI cleanly for all merges to master. Build Status

  • Tag with the version number:

git tag -a 6.3.0
  • Push tag:
git push --tags
pip3 uninstall -y natsort && pip3 install -U natsort