From: Thomas Heller Date: Fri, 16 Mar 2001 21:00:18 +0000 (+0000) Subject: Distutils version number has been changed from 1.0.1 to 1.0.2pre X-Git-Tag: v2.1b2~155 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d179be8b8bb1e73358b2cc0ef9f0d6b8d7e64b44;p=thirdparty%2FPython%2Fcpython.git Distutils version number has been changed from 1.0.1 to 1.0.2pre before this get forgotten again. Should probably be set to 1.0.2 before final release of python 2.1 Does someone still release distutils separate from python? --- diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py index 55951090ff98..bd9761cc25e7 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -10,4 +10,4 @@ used from a setup script as __revision__ = "$Id$" -__version__ = "1.0.1" +__version__ = "1.0.2pre"