[Python-checkins] python/dist/src/Lib/email __init__.py,1.22,1.23

bwarsaw@users.sourceforge.net bwarsaw@users.sourceforge.net
Mon, 30 Dec 2002 11:08:41 -0800


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

Modified Files:
	__init__.py 
Log Message:
Actually, make this 2.5a1 since it will include API changes that may
need more vetting, and it will be included in Python 2.3a1.


Index: __init__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/email/__init__.py,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** __init__.py	30 Dec 2002 17:45:41 -0000	1.22
--- __init__.py	30 Dec 2002 19:08:38 -0000	1.23
***************
*** 5,9 ****
  """
  
! __version__ = '2.5'
  
  __all__ = [
--- 5,9 ----
  """
  
! __version__ = '2.5a1'
  
  __all__ = [