How to make a new release Update the changelog (CHANGES.md) Update the version number in plac.py and doc/plac_core.rst Make a tag on the repo (i.e. git tag v1.3.0), commit and push Make a source tarball with make dist and upload to PyPI with make upload