RELEASE.rst 196 B

1234567891011
  1. How to release
  2. ===================
  3. Change version number in ``setup.py`` and ``doc/source/conf.py`` and commit it.
  4. Make a tag like ``git tag -s v1.2.3``
  5. ``git push --tags``
  6. ./publish-release