summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/__init__.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-03-23 15:02:08 (GMT)
committerGeorg Brandl <georg@python.org>2013-03-23 15:02:08 (GMT)
commitb673d99698a863e03bef22b9d551b1468a09312f (patch)
treed0186de722449179dec1fcdb7a3fb04d79284aa6 /Lib/distutils/__init__.py
parentd50fe7216d09de0eac5c4085a35173b1d5832688 (diff)
downloadcpython-b673d99698a863e03bef22b9d551b1468a09312f.zip
cpython-b673d99698a863e03bef22b9d551b1468a09312f.tar.gz
cpython-b673d99698a863e03bef22b9d551b1468a09312f.tar.bz2
Bump to 3.2.4rc1.
Diffstat (limited to 'Lib/distutils/__init__.py')
-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 b52a9fe..834d896 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.2.3"
+__version__ = "3.2.4rc1"
#--end constants--