]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Backporting email 2.5.1 patches.
authorBarry Warsaw <barry@python.org>
Fri, 4 Apr 2003 02:47:07 +0000 (02:47 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 4 Apr 2003 02:47:07 +0000 (02:47 +0000)
Lib/email/__init__.py

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