diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-06-30 01:58:16 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-06-30 01:58:16 (GMT) |
commit | fdbdcfe020f8b55a1893d1185d7a250bce12625e (patch) | |
tree | e41a0f784d8c1ebff376db881576afa85a61dbda /Lib | |
parent | f722c2969aa767d4dd9d9e1d4b1b682c90bde611 (diff) | |
download | cpython-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__.py | 2 | ||||
-rw-r--r-- | Lib/idlelib/idlever.py | 2 |
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" |