Bump to 3.2.3rc2.

This commit is contained in:
Georg Brandl 2012-03-18 07:34:49 +01:00
parent c73f6dab11
commit 226af70a59
6 changed files with 13 additions and 16 deletions

View file

@ -13,5 +13,5 @@ used from a setup script as
# Updated automatically by the Python release process.
#
#--start constants--
__version__ = "3.2.3rc1"
__version__ = "3.2.3rc2"
#--end constants--