]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
The version number 1.0.2pre doesn't conform to the strict versioning
authorThomas Heller <theller@ctypes.org>
Fri, 19 Oct 2001 08:07:19 +0000 (08:07 +0000)
committerThomas Heller <theller@ctypes.org>
Fri, 19 Oct 2001 08:07:19 +0000 (08:07 +0000)
guidelines in distutils/version, resulting in failure when trying to
use distutils to install 4Suite (and perhaps other modules).

Change it to 1.0.2.

This finally really fixes Bug #417796.

Lib/distutils/__init__.py

index bd9761cc25e7ca13a64f3e4eb55c0dcd6690e299..16d387a46a525c715961e6fae5f37d772b37d439 100644 (file)
@@ -10,4 +10,4 @@ used from a setup script as
 
 __revision__ = "$Id$"
 
-__version__ = "1.0.2pre"
+__version__ = "1.0.2"