[Python-checkins] python/dist/src/Lib/logging __init__.py, 1.21, 1.22

vsajip at users.sourceforge.net vsajip at users.sourceforge.net
Sun Oct 3 21:10:55 CEST 2004


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

Modified Files:
	__init__.py 
Log Message:
Version number updated to 0.4.9.5

Index: __init__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/logging/__init__.py,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- __init__.py	24 Sep 2004 11:45:52 -0000	1.21
+++ __init__.py	3 Oct 2004 19:10:53 -0000	1.22
@@ -36,8 +36,8 @@
 
 __author__  = "Vinay Sajip <vinay_sajip at red-dove.com>"
 __status__  = "beta"
-__version__ = "0.4.9.4"
-__date__    = "22 September 2004"
+__version__ = "0.4.9.5"
+__date__    = "02 October 2004"
 
 #---------------------------------------------------------------------------
 #   Miscellaneous module data



More information about the Python-checkins mailing list