]> granicus.if.org Git - python/commitdiff
Bump to version 2.5.1
authorBarry Warsaw <barry@python.org>
Sun, 30 Mar 2003 20:47:48 +0000 (20:47 +0000)
committerBarry Warsaw <barry@python.org>
Sun, 30 Mar 2003 20:47:48 +0000 (20:47 +0000)
Lib/email/__init__.py

index 644c68cc0f3f2a70518f82545a97dfa8720b625e..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',