Releasing a New Version
=======================

 * Do final quality checks
   $ tools/pylint bin/gaupol aeidon/ gaupol/ *.py
   $ py.test --tb=no aeidon
   $ py.test --tb=no gaupol

 * Make final edits to files, commit and tag
   $ $EDITOR */__init__.py
   $ $EDITOR data/extensions/*/*.gaupol-extension.in
   $ tools/update-translations
   $ $EDITOR NEWS TODO
   $ git commit -a -m "RELEASE X.Y.Z"
   $ git tag -s X.Y.Z
   $ git push
   $ git push --tags

 * Build tarballs and edit related files
   $ ./setup.py clean sdist_gna --formats bztar,gztar
   $ $EDITOR dist/*/*.news dist/*/*.changes

 * Upload tarballs to download.gna.org:/upload/gaupol/

 * Generate and upload API documentation
   $ ./setup.py clean doc --format html

 * Send announcements and update web sites
   - http://home.gna.org/gaupol
   - http://bugzilla.gnome.org/editproducts.cgi?action=edit&product=gaupol
   - gaupol-announcements@gna.org
   - http://gna.org/news/?group=gaupol
   - http://www.gnomefiles.com/devs
   - http://freshmeat.net/projects/gaupol
