[Python-checkins] python/dist/src/Lib/email __init__.py,1.8,1.9

bwarsaw@users.sourceforge.net bwarsaw@users.sourceforge.net
Mon, 08 Jul 2002 19:13:12 -0700


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

Modified Files:
	__init__.py 
Log Message:
With the addition of Oleg's support for RFC 2231, it's time to bump
the version number to 2.1.


Index: __init__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/email/__init__.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** __init__.py	1 Jun 2002 06:03:09 -0000	1.8
--- __init__.py	9 Jul 2002 02:13:10 -0000	1.9
***************
*** 5,9 ****
  """
  
! __version__ = '2.0.5'
  
  __all__ = ['Charset',
--- 5,9 ----
  """
  
! __version__ = '2.1'
  
  __all__ = ['Charset',