[Python-checkins] python/dist/src/Lib/email __init__.py,1.6,1.7

bwarsaw@sourceforge.net bwarsaw@sourceforge.net
Tue, 21 May 2002 18:52:35 -0700


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

Modified Files:
	__init__.py 
Log Message:
Bump to version 2.0.4


Index: __init__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/email/__init__.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** __init__.py	19 May 2002 23:44:19 -0000	1.6
--- __init__.py	22 May 2002 01:52:33 -0000	1.7
***************
*** 5,9 ****
  """
  
! __version__ = '2.0.3'
  
  __all__ = ['Charset',
--- 5,9 ----
  """
  
! __version__ = '2.0.4'
  
  __all__ = ['Charset',