Run the tests.
Update the VERSION identifier
Edit 'src/Rammbock/version.py' in the source repo, commit and push the changes.
Create an annotated Git tag in the source repo and push it
VERSION=N.N git tag -a $VERSION -m "Release $VERSION" && git push --tags
Create release on github.
Create a source .tar.gz distribution
python setup.py sdist --formats=gztar
Verify that the content is correct:
tar -ztvf dist/robotframework-rammbock-N.N.tar.gz
Upload the source distribution to PyPi
python setup.py sdist register upload
Update the docs from gh-pages directory. You can generate the docs with this command:
python gendocs.py
Tweet (or re-tweet) about the release as @robotframework to get it into News at http://robotframework.org.
Send release mails.