commit | 5fe9ead82cca4e4065c8c293942c5c2ff2ae3bec | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Fri Mar 21 18:57:59 2003 +0000 |
committer | Barry Warsaw <barry@python.org> | Fri Mar 21 18:57:59 2003 +0000 |
tree | 976331a9eb98bac7a89e2d63491566a58326342e | |
parent | a092ba1adcf35282cb0bc354217505c5cdae19d2 [diff] |
Email version 2.5 -- I will now backport this to Python 2.2.3.
diff --git a/Lib/email/__init__.py b/Lib/email/__init__.py index f01ce0d..71b5b5d 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.5b1' +__version__ = '2.5' __all__ = [ 'base64MIME',