]> granicus.if.org Git - python/commitdiff
Email version 2.5 -- I will now backport this to Python 2.2.3.
authorBarry Warsaw <barry@python.org>
Fri, 21 Mar 2003 18:57:59 +0000 (18:57 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 21 Mar 2003 18:57:59 +0000 (18:57 +0000)
Lib/email/__init__.py

index f01ce0dd807486571591e6de147e36e2f68dd3db..71b5b5d08b58158ff2f00a2bcee9d00c04e326f6 100644 (file)
@@ -4,7 +4,7 @@
 """A package for parsing, handling, and generating email messages.
 """
 
-__version__ = '2.5b1'
+__version__ = '2.5'
 
 __all__ = [
     'base64MIME',