mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
"""A package for parsing, handling, and generating email messages.
|
||||
"""
|
||||
|
||||
__version__ = '2.0.5'
|
||||
__version__ = '2.1'
|
||||
|
||||
__all__ = ['Charset',
|
||||
'Encoders',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue