[Python-checkins] python/dist/src/Lib/email __init__.py,1.30,1.31

bwarsaw at users.sourceforge.net bwarsaw at users.sourceforge.net
Tue Dec 30 11:49:42 EST 2003


Update of /cvsroot/python/python/dist/src/Lib/email
In directory sc8-pr-cvs1:/tmp/cvs-serv3089

Modified Files:
	__init__.py 
Log Message:
Bump version number to 2.5.5


Index: __init__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/email/__init__.py,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** __init__.py	19 Aug 2003 04:05:25 -0000	1.30
--- __init__.py	30 Dec 2003 16:49:40 -0000	1.31
***************
*** 5,9 ****
  """
  
! __version__ = '2.5.4'
  
  __all__ = [
--- 5,9 ----
  """
  
! __version__ = '2.5.5'
  
  __all__ = [





More information about the Python-checkins mailing list