diff options
author | Barry Warsaw <barry@python.org> | 2010-03-18 22:14:36 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2010-03-18 22:14:36 (GMT) |
commit | d1dd2e307c92184423d3602f663054cdc49c62bd (patch) | |
tree | 14f2423d7f435dc45464244b9c138da6db2509a1 /Lib/distutils | |
parent | 1a549a7d67312758fa4119f2466f76520d7a5329 (diff) | |
download | cpython-d1dd2e307c92184423d3602f663054cdc49c62bd.zip cpython-d1dd2e307c92184423d3602f663054cdc49c62bd.tar.gz cpython-d1dd2e307c92184423d3602f663054cdc49c62bd.tar.bz2 |
Bumping to 2.6.5 final.v2.6.5
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 888dd54..9e7ab90 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -22,5 +22,5 @@ __revision__ = "$Id$" # #--start constants-- -__version__ = "2.6.5rc2" +__version__ = "2.6.5" #--end constants-- |