[Python-checkins] CVS: distutils/distutils __init__.py,1.18,1.19

Thomas Heller theller@users.sourceforge.net
Fri, 16 Mar 2001 13:00:20 -0800


Update of /cvsroot/python/distutils/distutils
In directory usw-pr-cvs1:/tmp/cvs-serv27694/distutils

Modified Files:
	__init__.py 
Log Message:
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?


Index: __init__.py
===================================================================
RCS file: /cvsroot/python/distutils/distutils/__init__.py,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** __init__.py	2000/10/15 19:20:20	1.18
--- __init__.py	2001/03/16 21:00:18	1.19
***************
*** 11,13 ****
  __revision__ = "$Id$"
  
! __version__ = "1.0.1"
--- 11,13 ----
  __revision__ = "$Id$"
  
! __version__ = "1.0.2pre"