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

 * Do final quality checks

     pylint bin/gaupol gaupol/ setup.py
     py.test --tb=no -k -gtk gaupol
     py.test --tb=no -k gtk gaupol

 * Make final edits to files

     $EDITOR gaupol/__init__.py
     intltool-update -m
     intltool-update -p -g gaupol
     $EDITOR NEWS TODO ChangeLog po/ChangeLog
     svn commit

 * Tag the subversion trunk as GAUPOL_X_Y[_Z]

 * 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/

 * Build and upload a Windows installer, see "RELEASING.win32"

 * Send announcements and update web sites

   - http://home.gna.org/gaupol
   - http://bugzilla.gnome.org/editproducts.cgi?action=edit&product=gaupol
   - http://users.tkk.fi/~otsaloma/gaupol/doc/
   - gaupol-announcements@gna.org
   - http://gna.org/news/?group=gaupol
   - http://www.gnomefiles.com/devs
   - http://freshmeat.net/projects/gaupol
