To make a "release" of NumPy, follow these steps:
- Check the buildbot
- Make sure the current trunk builds a package correctly:
python setup.py bdist python setup.py sdist
- Create the release "tag"
svn cp http://svn.scipy.org/svn/numpy/trunk http://svn.scipy.org/svn/numpy/tags/<version>
- Update the version of the trunk
- Increment the release number in numpy/version.py
- Update the version of the tag
- Switch to the tag svn switch http://svn.scipy.org/svn/numpy/tags/<version>
- Set release=True in numpy/version.py
- Make the distribution tar-files and binary releases and up-load them to SourceForge
- Update PyPi
- Announce to the lists
