diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-12-10 15:57:00 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-12-10 15:57:00 (GMT) |
commit | a5f49f5bb46b6b8c7bf1ffedbaf3009186b94b50 (patch) | |
tree | 139b85a4c686ea15fb14c716e3809506ac2733e7 /Lib/distutils | |
parent | 15a2c1506b0f0696319715b7ba93a8f443fa9082 (diff) | |
download | cpython-a5f49f5bb46b6b8c7bf1ffedbaf3009186b94b50.zip cpython-a5f49f5bb46b6b8c7bf1ffedbaf3009186b94b50.tar.gz cpython-a5f49f5bb46b6b8c7bf1ffedbaf3009186b94b50.tar.bz2 |
bump to 2.7.9 finalv2.7.9
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 532f5ea..8780be7 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.9rc1" +__version__ = "2.7.9" #--end constants-- |