-
Edit setup.py and increase the version number
-
Update ./docs/changelog.rst
-
Commit the change to setup.py with a message:
v0.x.y
-
Create the release and upload to pypi:
./setup.py sdist upload
-
Publish updated documentation
make docs-publish