diff options
author | Barry Warsaw <barry@python.org> | 2002-07-09 02:13:10 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2002-07-09 02:13:10 (GMT) |
commit | 27b168ca7c3e8e346fb7e30ec9be6d2b5cbaf1d3 (patch) | |
tree | 5dd567c9307f3514fe2ff8edc7236bdc754532f0 /Lib | |
parent | c6a3ff634a90cb8b028019e3c8c48a221739ee26 (diff) | |
download | cpython-27b168ca7c3e8e346fb7e30ec9be6d2b5cbaf1d3.zip cpython-27b168ca7c3e8e346fb7e30ec9be6d2b5cbaf1d3.tar.gz cpython-27b168ca7c3e8e346fb7e30ec9be6d2b5cbaf1d3.tar.bz2 |
With the addition of Oleg's support for RFC 2231, it's time to bump
the version number to 2.1.
Diffstat (limited to 'Lib')
-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 540f178..a82ef57 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.0.5' +__version__ = '2.1' __all__ = ['Charset', 'Encoders', |