prerequisites: pip install bumpversion setuptools twine
NB! You do not need mercurial
. bumpversion
is supposed to function without it. If it still doesn't work it might be that your PATH variable is screwed up. Check that all elements of your PATH are readable!
- checkout master
- pull from repo
- run the unittests
- run
loghub
and update theCHANGELOG.md
file:
loghub pytroll/satpy -u <username> -st v0.8.0 -plg bug "Bugs fixed" -plg enhancement "Features added" -plg documentation "Documentation changes"
Don't forget to commit!
- Create a tag with the new version number, starting with a 'v', eg:
git tag v0.22.45
See semver.org on how to write a version number.
- push changes to github
git push --follow-tags
- Verify travis tests passed and deployed sdist and wheel to PyPI