1) update the version and the changelog
 - in "pycam/Gui/gtk-interface/pycam-project.ui" ("version" in "GtkAboutDialog")
 - in "Changelog"
 - in "setup.py" and "setup.cfg"
 - update the release date and the list of changes in "Changelog"
 - commit the changes

2) create the archives
 - "make dist" (the release version is extracted from "setup.py")
 - carefully check the resulting content of the archives

3) create an svn tag for the release (includes uploading the archive files)
 - "make upload"

4) upload files to sourceforge
 - https://sourceforge.net/project/admin/explorer.php?group_id=237831
 - create a directory for the new release
 - click at the icon to the left of the new directory and upload the new archives
 - create a file called "release-notes-0.x" and upload it to the same directory
 - mark the release notes files as "Release notes" (see "Properties")
 - set the release notes and the target operating systems for the archives

5) announcements
 - create a project news items at sourceforge
 - create a new release at http://freshmeat.net
 - post the new release at http://www.cnczone.com/forums/showthread.php?t=63716
 - ?

