This document explains what do once your Pull Request has been reviewed and all final changes applied. Now you're ready merge your branch into master and release it to the world:
-
Assign a version to the release you are preparing and update
__version__
inversion.py
using semantic versioning. -
Merge your branch into master.
-
Run
deploy.sh
.