diff options
author | Barry Warsaw <barry@python.org> | 2003-03-21 18:57:59 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2003-03-21 18:57:59 (GMT) |
commit | 5fe9ead82cca4e4065c8c293942c5c2ff2ae3bec (patch) | |
tree | 976331a9eb98bac7a89e2d63491566a58326342e | |
parent | a092ba1adcf35282cb0bc354217505c5cdae19d2 (diff) | |
download | cpython-5fe9ead82cca4e4065c8c293942c5c2ff2ae3bec.zip cpython-5fe9ead82cca4e4065c8c293942c5c2ff2ae3bec.tar.gz cpython-5fe9ead82cca4e4065c8c293942c5c2ff2ae3bec.tar.bz2 |
Email version 2.5 -- I will now backport this to Python 2.2.3.
-rw-r--r-- | Lib/email/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
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', |