[Python-checkins] python/dist/src/Lib/distutils __init__.py, 1.26, 1.26.2.1

theller at users.sourceforge.net theller at users.sourceforge.net
Thu Jan 20 20:25:28 CET 2005


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

Modified Files:
      Tag: release24-maint
	__init__.py 
Log Message:
Some bugs have been fixed in distutils, so increment the last part of
the version number.  For the distutils version numbering scheme, see
http://mail.python.org/pipermail/distutils-sig/2005-January/004368.html


Index: __init__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/__init__.py,v
retrieving revision 1.26
retrieving revision 1.26.2.1
diff -u -d -r1.26 -r1.26.2.1
--- __init__.py	10 Nov 2004 22:23:13 -0000	1.26
+++ __init__.py	20 Jan 2005 19:25:24 -0000	1.26.2.1
@@ -12,4 +12,4 @@
 
 __revision__ = "$Id$"
 
-__version__ = "2.4.0"
+__version__ = "2.4.1"



More information about the Python-checkins mailing list