From: Barry Warsaw Date: Thu, 10 Oct 2002 15:19:46 +0000 (+0000) Subject: Bump version number to 2.4.2 to pick up the latest minor bug fixes. X-Git-Tag: v2.3c1~3830 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c986e54733c5da9c38a144cdcc1e66683d985290;p=thirdparty%2FPython%2Fcpython.git Bump version number to 2.4.2 to pick up the latest minor bug fixes. --- diff --git a/Lib/email/__init__.py b/Lib/email/__init__.py index 2dcf684150b2..2945b0510f02 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__ = '2.4.1' +__version__ = '2.4.2' __all__ = [ 'base64MIME',