[Python-checkins] python/dist/src/Lib/distutils __init__.py, 1.23, 1.24

theller at users.sourceforge.net theller at users.sourceforge.net
Fri Jul 16 20:14:40 CEST 2004


Update of /cvsroot/python/python/dist/src/Lib/distutils
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3551

Modified Files:
	__init__.py 
Log Message:
The new distutils features justify a new version number, imo.

If someone has other ideas for the numbering scheme, please change to
something else (1.1.0 ?).


Index: __init__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/__init__.py,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** __init__.py	19 Nov 2002 13:12:26 -0000	1.23
--- __init__.py	16 Jul 2004 18:14:37 -0000	1.24
***************
*** 13,15 ****
  __revision__ = "$Id$"
  
! __version__ = "1.0.3"
--- 13,15 ----
  __revision__ = "$Id$"
  
! __version__ = "1.0.4"



More information about the Python-checkins mailing list