Releasing PyGall
================

* Compile localization files and commit generated .mo files::

  $ python setup.py compile_catalog

* Change setup.py version to the new version number.

* Work on a fresh clone of PyGall and remove PyGall.egg-info directory

* Make sure PyPI long description renders (requires ``collective.dist``
  installed into your Python)::

  $ python setup.py check --restructuredtext

* Build a source distribution and test it before upload to Pypi::

  $ python setup.py sdist

* Release to PyPI::

  $ python setup.py upload

