summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2013-10-29 14:14:05 (GMT)
committerBarry Warsaw <barry@python.org>2013-10-29 14:14:05 (GMT)
commit8493c0cd66cfc181ac1517268a74f077e9998701 (patch)
tree2463c5fe8858702acbde8df073c3610b8ac24a2e /Lib
parentc26efbbf66ac9b8646166ae0861f6b45bdbbde48 (diff)
downloadcpython-2.6.9.zip
cpython-2.6.9.tar.gz
cpython-2.6.9.tar.bz2
version bumpv2.6.9
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 fe33506..90008aa 100644
--- a/Lib/distutils/__init__.py
+++ b/Lib/distutils/__init__.py
@@ -22,5 +22,5 @@ __revision__ = "$Id$"
#
#--start constants--
-__version__ = "2.6.9rc1"
+__version__ = "2.6.9"
#--end constants--
diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py
index bed231b..79b7cdd 100644
--- a/Lib/idlelib/idlever.py
+++ b/Lib/idlelib/idlever.py
@@ -1 +1 @@
-IDLE_VERSION = "2.6.9rc1"
+IDLE_VERSION = "2.6.9"