[Python-checkins] python/dist/src/Lib/email __init__.py,1.34,1.35
bwarsaw at users.sourceforge.net
bwarsaw at users.sourceforge.net
Mon Nov 29 02:10:17 CET 2004
Update of /cvsroot/python/python/dist/src/Lib/email
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19040
Modified Files:
__init__.py
Log Message:
There's likely nothing more to do to the email package before Python 2.4 is
final, so I'm marking email's version number as "3.0" (e.g. final).
Index: __init__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/email/__init__.py,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- __init__.py 9 Oct 2004 23:01:11 -0000 1.34
+++ __init__.py 29 Nov 2004 01:10:14 -0000 1.35
@@ -4,7 +4,7 @@
"""A package for parsing, handling, and generating email messages."""
-__version__ = '3.0b1'
+__version__ = '3.0'
__all__ = [
'base64MIME',
More information about the Python-checkins
mailing list