bump version to 3.1rc2

This commit is contained in:
Benjamin Peterson 2009-06-13 13:15:04 +00:00
parent 59843e9e1b
commit c7c12289fb
6 changed files with 7 additions and 7 deletions

View file

@ -15,5 +15,5 @@ __revision__ = "$Id$"
# Updated automatically by the Python release process.
#
#--start constants--
__version__ = "3.1rc1"
__version__ = "3.1rc2"
#--end constants--