From: Barry Warsaw Date: Tue, 30 Dec 2003 16:49:40 +0000 (+0000) Subject: Bump version number to 2.5.5 X-Git-Tag: v2.4a1~1031 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=339270e6f541ad2de86750bfc30ae1e642dc142b;p=thirdparty%2FPython%2Fcpython.git Bump version number to 2.5.5 --- diff --git a/Lib/email/__init__.py b/Lib/email/__init__.py index bfd610552931..e45dadc4f8a3 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.5.4' +__version__ = '2.5.5' __all__ = [ 'base64MIME',