[Python-checkins] python/dist/src/Lib/email __init__.py,1.17,1.18

barry@users.sourceforge.net barry@users.sourceforge.net
Mon, 07 Oct 2002 10:20:28 -0700


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

Modified Files:
	__init__.py 
Log Message:
Bump the version to 2.4.1 (not 2.5 as previously mentioned) to sync it
with the standalone mimelib package.


Index: __init__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/email/__init__.py,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** __init__.py	30 Sep 2002 20:41:33 -0000	1.17
--- __init__.py	7 Oct 2002 17:20:25 -0000	1.18
***************
*** 5,9 ****
  """
  
! __version__ = '2.4'
  
  __all__ = [
--- 5,9 ----
  """
  
! __version__ = '2.4.1'
  
  __all__ = [