With the addition of Oleg's support for RFC 2231, it's time to bump
the version number to 2.1.
This commit is contained in:
parent
c6a3ff634a
commit
27b168ca7c
|
@ -4,7 +4,7 @@
|
|||
"""A package for parsing, handling, and generating email messages.
|
||||
"""
|
||||
|
||||
__version__ = '2.0.5'
|
||||
__version__ = '2.1'
|
||||
|
||||
__all__ = ['Charset',
|
||||
'Encoders',
|
||||
|
|
Loading…
Reference in New Issue