Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 114 Bytes

RELEASING.md

File metadata and controls

6 lines (5 loc) · 114 Bytes

Releasing a new version

  1. Update CHANGELOG.md
  2. Update VERSION in setup.py
  3. git tag
  4. git push --tags