RELEASING.rst 242 B

123456789101112
  1. Releasing a new version
  2. =======================
  3. Change the version number ``setup.py`` and ``NEWS.rst``.
  4. Commit the changes and tag the repository::
  5. git tag -s vX.Y
  6. Upload the package to PyPI::
  7. python setup.py clean sdist upload