]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Waugh! we need to bump the email package to 2.5.5 for Python 2.3.4.
authorBarry Warsaw <barry@python.org>
Thu, 13 May 2004 22:53:25 +0000 (22:53 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 13 May 2004 22:53:25 +0000 (22:53 +0000)
Lib/email/__init__.py

index bfd6105529315f7ad6492170626f4178881bd827..a18c90e2615233800d91a0c32eb0d89ed61be7ae 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright (C) 2001,2002 Python Software Foundation
-# Author: barry@zope.com (Barry Warsaw)
+# Copyright (C) 2001-2004 Python Software Foundation
+# Author: barry@python.org (Barry Warsaw)
 
 """A package for parsing, handling, and generating email messages.
 """
 
-__version__ = '2.5.4'
+__version__ = '2.5.5'
 
 __all__ = [
     'base64MIME',