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/distutils | |
| parent | f722c2969aa767d4dd9d9e1d4b1b682c90bde611 (diff) | |
| download | cpython-2.7.8.zip cpython-2.7.8.tar.gz cpython-2.7.8.tar.bz2 | |
bump to 2.7.8v2.7.8
Diffstat (limited to 'Lib/distutils')
| -rw-r--r-- | Lib/distutils/__init__.py | 2 |
1 files changed, 1 insertions, 1 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-- |
