Skip to content

Commit 27b168c

Browse files
committed
With the addition of Oleg's support for RFC 2231, it's time to bump
the version number to 2.1.
1 parent c6a3ff6 commit 27b168c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/email/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"""A package for parsing, handling, and generating email messages.
55
"""
66

7-
__version__ = '2.0.5'
7+
__version__ = '2.1'
88

99
__all__ = ['Charset',
1010
'Encoders',

0 commit comments

Comments
 (0)