Mailing List Archive

python/dist/src/Lib/email __init__.py,1.4.10.1,1.4.10.2
Update of /cvsroot/python/python/dist/src/Lib/email
In directory usw-pr-cvs1:/tmp/cvs-serv25283

Modified Files:
Tag: release22-maint
__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.4.10.1
retrieving revision 1.4.10.2
diff -C2 -d -r1.4.10.1 -r1.4.10.2
*** __init__.py 4 Oct 2002 17:24:24 -0000 1.4.10.1
--- __init__.py 7 Oct 2002 17:18:52 -0000 1.4.10.2
***************
*** 5,9 ****
"""

! __version__ = '2.4'

__all__ = [
--- 5,9 ----
"""

! __version__ = '2.4.1'

__all__ = [