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

bwarsaw@users.sourceforge.net bwarsaw@users.sourceforge.net
Thu, 10 Oct 2002 08:19:49 -0700


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

Modified Files:
	__init__.py 
Log Message:
Bump version number to 2.4.2 to pick up the latest minor bug fixes.


Index: __init__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/email/__init__.py,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** __init__.py	7 Oct 2002 17:20:25 -0000	1.18
--- __init__.py	10 Oct 2002 15:19:46 -0000	1.19
***************
*** 5,9 ****
  """
  
! __version__ = '2.4.1'
  
  __all__ = [
--- 5,9 ----
  """
  
! __version__ = '2.4.2'
  
  __all__ = [