diff options
| author | Barry Warsaw <barry@python.org> | 2010-08-03 22:39:42 (GMT) |
|---|---|---|
| committer | Barry Warsaw <barry@python.org> | 2010-08-03 22:39:42 (GMT) |
| commit | 6053744c3a3175992ac5f27cdf628e5ca01cbb57 (patch) | |
| tree | 806470828f64438432025ebeaa8afd5d773284bc /Lib/distutils/__init__.py | |
| parent | 6f09ea893713808934d21cf56eeddbf4f51a3fcb (diff) | |
| download | cpython-2.6.6rc1.zip cpython-2.6.6rc1.tar.gz cpython-2.6.6rc1.tar.bz2 | |
Bumping to 2.6.6 rc 1v2.6.6rc1
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 9e7ab90..a861b3f 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -22,5 +22,5 @@ __revision__ = "$Id$" # #--start constants-- -__version__ = "2.6.5" +__version__ = "2.6.6rc1" #--end constants-- |
