Here's how to add a new IronPython release to the website:
- Add a new announcement to python/index.rst, as well as python/announcements/index.rst. For example
July 16, 2010
IronPython 2.7 Alpha 1 was released, supporting Python 2.7 features and now being licensed under the Apache License (Version 2).
- If this is a new stable version, update the
language_info
entry for IronPython in generate.py. - If this is a Alpha or Beta release, update the "Latest Release" section of python/download/index.rst. Make sure the links at the bottom of the file are correct.
- Update python/tools/download/index.html with the new release location, if IronPython tools is included in this release. Also add a new entry to python/tools/download/versions.html.