[Python-checkins] CVS: python/dist/src/Lib/distutils __init__.py,1.19,1.19.2.1

Thomas Heller theller@users.sourceforge.net
Fri, 19 Oct 2001 01:07:21 -0700


Update of /cvsroot/python/python/dist/src/Lib/distutils
In directory usw-pr-cvs1:/tmp/cvs-serv5796

Modified Files:
      Tag: release21-maint
	__init__.py 
Log Message:
The version number 1.0.2pre doesn't conform to the strict versioning
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.


Index: __init__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/__init__.py,v
retrieving revision 1.19
retrieving revision 1.19.2.1
diff -C2 -d -r1.19 -r1.19.2.1
*** __init__.py	2001/03/16 21:00:18	1.19
--- __init__.py	2001/10/19 08:07:19	1.19.2.1
***************
*** 11,13 ****
  __revision__ = "$Id$"
  
! __version__ = "1.0.2pre"
--- 11,13 ----
  __revision__ = "$Id$"
  
! __version__ = "1.0.2"