Checkout the
master
branch.Pull the latest changes from
origin
.Make sure
check-manifest
is happy.Increment the version number.
Set the correct title for the release in
HISTORY.rst
.Update the
AUTHORS.rst
file with new contributors:lancet contributors AUTHORS.rst
Commit everything and make sure the working tree is clean.
Build and upload the release:
./setup.py publish
Tag the release:
lancet tagver
Push everything to github:
git push --tags origin master
Add the title for the next release to HISTORY.rst