summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-11-13 17:33:04 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-11-13 17:33:04 (GMT)
commitcc21417408524d0e829501c55f46b30ca93540b4 (patch)
tree8d7d9bd7c3d0c9b9e96a242a0c0a039573645d2d /Lib/distutils
parent3ba70368f5a0043b600476a5ea2585673a1ee772 (diff)
downloadcpython-cc21417408524d0e829501c55f46b30ca93540b4.zip
cpython-cc21417408524d0e829501c55f46b30ca93540b4.tar.gz
cpython-cc21417408524d0e829501c55f46b30ca93540b4.tar.bz2
2.7.1rc1 bumpv2.7.1rc1
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 2c69a18..f9f9792 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.1a0"
+__version__ = "2.7.1rc1"
#--end constants--