The following steps will create a new release:
- Bump version in setup.py
- Create a PR
- Merge PR
- Go to GitHub release
- Create a new tag pointing to the latest commit from
master
(the commit which bumped the version) - Add the release notes (as per existing ones)
- Publish release
- The above will trigger a new Travis CI build and deploy the new release to PyPi