From: Barry Warsaw Date: Mon, 29 Nov 2004 01:10:14 +0000 (+0000) Subject: There's likely nothing more to do to the email package before Python 2.4 is X-Git-Tag: v2.4~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=99b7d6445c96c152377d12f14c9af867025df151;p=thirdparty%2FPython%2Fcpython.git 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). --- diff --git a/Lib/email/__init__.py b/Lib/email/__init__.py index 11a44921ae75..6a3f3ac95384 100644 --- a/Lib/email/__init__.py +++ b/Lib/email/__init__.py @@ -4,7 +4,7 @@ """A package for parsing, handling, and generating email messages.""" -__version__ = '3.0b1' +__version__ = '3.0' __all__ = [ 'base64MIME',