This file explains the needed steps to make a release:

1. Run all the tests and make sure they all work

2. Change version number in setup.py and gazpacho/application.py

3. Write a Changelog entry so we know there was a release here.  Write an 
   entry in the NEWS file

4. Commit these changes

5. Remove the dist and build directories. Remove path.py and files.py

6. Prepare the Linux files:

	6.1. python setup.py bdist_rpm

	6.2  python setup.py sdist --formats zip,bztar

	6.3  Upload Gazpacho-X.X.X-1.noarch.rpm, Gazpacho-X.X.X.tar.gz and
	Gazpacho-X.X.X.zip into the website

	6.4  Update the website (object is 'descargas')

7. Prepare the Windows files:
	
	7.1  Get the Gazpacho-X.X.X.zip file and decompress to a directory

	7.2  python setup.py build

	7.3  python setup.py bdist_wininst --install-script bin\create_path_on_win32.py

	7.4  Upload Gazpacho-X.X.X.win32.exe into the website

8. Send an email to gazpacho@sicem.biz, pygtk@daa.com.au,
   gnome-announce-list@gnome.org

9. Update gnome files

10. Update pygtk.org
