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

bwarsaw at users.sourceforge.net bwarsaw at users.sourceforge.net
Mon Aug 18 22:05:27 EDT 2003


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

Modified Files:
	__init__.py 
Log Message:
Bump the version number for the standalone mimelib package.


Index: __init__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/email/__init__.py,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** __init__.py	29 May 2003 19:39:33 -0000	1.29
--- __init__.py	19 Aug 2003 04:05:25 -0000	1.30
***************
*** 5,9 ****
  """
  
! __version__ = '2.5.3'
  
  __all__ = [
--- 5,9 ----
  """
  
! __version__ = '2.5.4'
  
  __all__ = [





More information about the Python-checkins mailing list