Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Doing a Release

Edmond Burnett edited this page Apr 11, 2015 · 4 revisions
  1. Merge any changes from the develop branch into master
  2. Edit README.md to update changelog and relevant documentation
  3. Edit setup.py to bump the version number
  4. Edit ttp.py to bump the version number
  5. $ git tag -a v1.0.3 -m 'v1.0.3 release'
  6. $ git push origin --tags
  7. $ python setup.py sdist register upload
Clone this wiki locally