RELEASE INSTRUCTIONS ensure unit tests pass git flow release start X.Y.Z bump __version__ in django_sshkey/__init__.py git add django_sshkey/__init__.py git commit -m 'bump version' python setup.py sdist git flow release finish -m 'version X.Y.Z' X.Y.Z git push origin master X.Y.Z publish dist/django-sshkey-X.Y.Z.tar.gz