Bump version and changelog for release
[planetfilter.git] / RELEASING
blob9bdf90b77a7f5e1f69ee605e816f11828827d367
1 - bump the version number in `setup.py` and `planetfilter`
2 - add an entry to `Changelog.txt`
3 - build a new tarball: `make dist`
4 - upload to PyPI: `make upload`
5 - push the branch and tag: `git push --follow-tags`
7 - add a new announcement on Launchpad: https://launchpad.net/planetfilter/+announce
8 - create a new release on Launchpad: https://launchpad.net/planetfilter/trunk/+addrelease (release notes = announcement text, changelog = changelog entries)
9 - mark all fixed bugs as "fixed released"
10 - create a milestone for next point release: `lp-milestones create planetfilter/trunk/VERSION`