Bump to 3.3.0rc3.

This commit is contained in:
Georg Brandl 2012-09-23 17:15:21 +02:00
parent 6147515d02
commit 8506d3591c
6 changed files with 9 additions and 9 deletions

View file

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