diff options
| author | Benjamin Peterson <benjamin@python.org> | 2010-11-27 14:40:29 (GMT) |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2010-11-27 14:40:29 (GMT) |
| commit | 3e0fa42d874df47edd2194bcd6c6f3e250f6ca49 (patch) | |
| tree | ab12c8119cf379db2f56d9ecdceb3d10997b4116 /Lib/distutils | |
| parent | b3b0049c5998ff27df05e29e3225a19e63202b62 (diff) | |
| download | cpython-2.7.1.zip cpython-2.7.1.tar.gz cpython-2.7.1.tar.bz2 | |
2.7.1 final version bumpv2.7.1
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 f9f9792..a82d4cb 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.1rc1" +__version__ = "2.7.1" #--end constants-- |
