[Python-checkins] python/dist/src/Lib/email __init__.py,1.33,1.34

bwarsaw at users.sourceforge.net bwarsaw at users.sourceforge.net
Sun Oct 10 01:01:14 CEST 2004


Update of /cvsroot/python/python/dist/src/Lib/email
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21076

Modified Files:
	__init__.py 
Log Message:
All known bugs are closed, and Python 2.4b1 is coming out soon, so bump
email's version number to 3.0b1.


Index: __init__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/email/__init__.py,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- __init__.py	3 Oct 2004 03:16:18 -0000	1.33
+++ __init__.py	9 Oct 2004 23:01:11 -0000	1.34
@@ -4,7 +4,7 @@
 
 """A package for parsing, handling, and generating email messages."""
 
-__version__ = '3.0a0'
+__version__ = '3.0b1'
 
 __all__ = [
     'base64MIME',



More information about the Python-checkins mailing list