summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-06-30 01:58:16 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-06-30 01:58:16 (GMT)
commitfdbdcfe020f8b55a1893d1185d7a250bce12625e (patch)
treee41a0f784d8c1ebff376db881576afa85a61dbda /Lib
parentf722c2969aa767d4dd9d9e1d4b1b682c90bde611 (diff)
downloadcpython-fdbdcfe020f8b55a1893d1185d7a250bce12625e.zip
cpython-fdbdcfe020f8b55a1893d1185d7a250bce12625e.tar.gz
cpython-fdbdcfe020f8b55a1893d1185d7a250bce12625e.tar.bz2
bump to 2.7.8v2.7.8
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 fe729e7..7b8b924 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.7"
+__version__ = "2.7.8"
#--end constants--
diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py
index 55bfe1c..c826882 100644
--- a/Lib/idlelib/idlever.py
+++ b/Lib/idlelib/idlever.py
@@ -1 +1 @@
-IDLE_VERSION = "2.7.7"
+IDLE_VERSION = "2.7.8"