summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-09-09 06:56:46 (GMT)
committerGeorg Brandl <georg@python.org>2012-09-09 06:56:46 (GMT)
commit02f66cbe8715db68167e61961c1bbba3f9cd22c1 (patch)
treef3d14ad90ea9f811c5032729cde99a924ecf13b7 /Lib/distutils
parent070175df981a07c2dcee7101c6f6e006e1d89127 (diff)
downloadcpython-02f66cbe8715db68167e61961c1bbba3f9cd22c1.zip
cpython-02f66cbe8715db68167e61961c1bbba3f9cd22c1.tar.gz
cpython-02f66cbe8715db68167e61961c1bbba3f9cd22c1.tar.bz2
Bump to 3.3.0rc2.
Diffstat (limited to 'Lib/distutils')
-rw-r--r--Lib/distutils/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py
index 8d73b51..f23d886 100644
--- a/Lib/distutils/__init__.py
+++ b/Lib/distutils/__init__.py
@@ -13,5 +13,5 @@ used from a setup script as
# Updated automatically by the Python release process.
#
#--start constants--
-__version__ = "3.3.0rc1"
+__version__ = "3.3.0rc2"
#--end constants--