Bump to 3.3.4rc1.

This commit is contained in:
Georg Brandl 2014-01-25 09:19:50 +01:00
parent 12e18c3d01
commit 18f2ce9e7d
6 changed files with 11 additions and 11 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.3"
__version__ = "3.3.4rc1"
#--end constants--