summaryrefslogtreecommitdiff
path: root/Lib
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-05-29 16:50:27 -0500
committerBenjamin Peterson <benjamin@python.org>2011-05-29 16:50:27 -0500
commit39d6da71b24356b306645c6ba75ce54d512b3214 (patch)
treea50f04a0862e7fe91bd2720992213124cf98fb9c /Lib
parentc704b9b76ec3db1f76814fc6dd5d4f6df586874d (diff)
downloadcpython-39d6da71b24356b306645c6ba75ce54d512b3214.tar.gz
bump to 2.7.2rc1v2.7.2rc1
Diffstat (limited to 'Lib')
-rw-r--r--Lib/distutils/__init__.py2
-rw-r--r--Lib/idlelib/idlever.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py
index a82d4cb589..e9fc2d6c45 100644
--- a/Lib/distutils/__init__.py
+++ b/Lib/distutils/__init__.py
@@ -15,5 +15,5 @@ __revision__ = "$Id$"
# Updated automatically by the Python release process.
#
#--start constants--
-__version__ = "2.7.1"
+__version__ = "2.7.2rc1"
#--end constants--
diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py
index b6e1a1d9c7..4d3c1f622e 100644
--- a/Lib/idlelib/idlever.py
+++ b/Lib/idlelib/idlever.py
@@ -1 +1 @@
-IDLE_VERSION = "2.7.1"
+IDLE_VERSION = "2.7.2rc1"