How to release django-rest-swagger

  1. update VERSION in rest_framework_swagger/__init__.py
  2. update CHANGELOG.md
  3. tag the git branch in our goofball format (X.Y.Z) and commit above change and tags
  4. run

    python setup.py publish
  5. ensure readthedocs updated