diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-06-11 14:42:44 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-06-11 14:42:44 (GMT) |
commit | 9843ba5e5452350de3a7a14d962e616b4db52998 (patch) | |
tree | 24447a59c67a738591537360e9dd1dd66dad7e8b /Lib/distutils/__init__.py | |
parent | 43ee1a5d90df3181628fe03c67254aef1bb93f04 (diff) | |
download | cpython-9843ba5e5452350de3a7a14d962e616b4db52998.zip cpython-9843ba5e5452350de3a7a14d962e616b4db52998.tar.gz cpython-9843ba5e5452350de3a7a14d962e616b4db52998.tar.bz2 |
bump to 2.7.2 final
Diffstat (limited to 'Lib/distutils/__init__.py')
-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 e9fc2d6..a849f1a 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.2rc1" +__version__ = "2.7.2" #--end constants-- |