How to release PyCXX
--------------------

0.  Update CXX/Version.hxx with the releases version number
    Update README.html, PyCXX-Release-Notes.txt with change log info
1.  Tag the source using tag_pycxx.py (depends on pysvn).
2.  Create the source kit using make_src_kit.py
3.  Add new File release on sourceforge.
    1. http://sourceforge.net/projects/cxx/
    2. Select Files tab
    3. Open CXX folder
    4. Click "Add Folder"
    5. Name the Folder PyCXX V<maj>.<min>.<patch> e.g. PyCXX V6.1.1
    7. Upload the source kit and its PyCXX-Release-Notes-readme.txt (as README.txt)
    9. Click on the source kit (i) icon and choose Select All platforms. Do not select all for README.txt.
4.  Add news about release
    1. Click News
    2. From side bar choose New Post
    3. Add news with release note info - may be need to make it a bigger advert?
5.  Email CXX mailing lists
6.  Update docs on the PyCXX homepage
    1. cd SourceForge
    2. ./deploy.sh
