These are the steps necessary to release a new version of Django Waffle.
Update the version number in the following files:
- setup.py
- docs/conf.py
- waffle/__init__.py
Update the changelog in CHANGES.
Merge these changes to the master branch.
Create a new release on GitHub. This will also create a Git tag, and trigger a push to PyPI.
Ensure the documentation build passes: https://readthedocs.org/projects/waffle/