diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-05-31 18:17:34 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-05-31 18:17:34 (GMT) |
commit | 9c70397ea392b62244f4215f59ffd535029239d8 (patch) | |
tree | 3b0ebb1c2f2cd1f115f5c603022853537ee48d6d /Lib/distutils | |
parent | 5458ce0733ecb6210ed25a9cc004f926379480ef (diff) | |
download | cpython-9c70397ea392b62244f4215f59ffd535029239d8.zip cpython-9c70397ea392b62244f4215f59ffd535029239d8.tar.gz cpython-9c70397ea392b62244f4215f59ffd535029239d8.tar.bz2 |
bump to 2.7.7 final
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 79fd8d7..fe729e7 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.7rc1" +__version__ = "2.7.7" #--end constants-- |