Skip to content
This repository has been archived by the owner on Aug 8, 2018. It is now read-only.

Development: Versions and Releases

heikoheiko edited this page Dec 1, 2015 · 5 revisions

pip install bumpversion if not yet

in repo root: bumpversion patch (or 'major' or 'minor')

this will update setup.py and setup.cfg and commit. check with git logs

git push git push --tags

and since we have no travis automation yet: make release which will relsease a new package.